@font-face {
  font-family: "Yunfeng Jinglong Xingshu";
  src: url("./assets/yunfeng-jinglong-xingshu.ttf") format("truetype");
  font-display: swap;
}

:root {
  --chu-red: #a71c21;
  --chu-red-dark: #8f171b;
  --herb-green: #397147;
  --herb-deep: #25573a;
  --gold: #c7a867;
  --gold-soft: #dbc28a;
  --paper: #f7f4ec;
  --paper-strong: #fffdf8;
  --ink: #202020;
  --text: #404040;
  --muted: #757575;
  --line: rgba(199, 168, 103, 0.42);
  --shadow: 0 12px 28px rgba(96, 67, 30, 0.1);
  --serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --brand-script: "Yunfeng Jinglong Xingshu", "STKaiti", "KaiTi", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 7% 22%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--paper) 44%, #f5f0e6 100%);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(90deg, rgba(184, 164, 120, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(184, 164, 120, 0.08) 1px, transparent 1px);
  background-size: 137px 211px;
}

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

button {
  font: inherit;
}

button,
a {
  cursor: pointer;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal-enabled .reveal-item {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 26px), 0) scale(var(--reveal-scale, 0.992));
  transition:
    opacity var(--reveal-duration, 820ms) cubic-bezier(0.16, 1, 0.3, 1),
    transform var(--reveal-duration, 820ms) cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-enabled .jc-section-title.reveal-item,
.reveal-enabled .section-title.reveal-item {
  --reveal-y: 18px;
  --reveal-scale: 1;
  --reveal-duration: 760ms;
}

.reveal-enabled .home-page .intro-card.reveal-item,
.reveal-enabled .activity-panel.reveal-item,
.reveal-enabled .page-sidebar.reveal-item {
  --reveal-x: -24px;
  --reveal-y: 0;
  --reveal-scale: 1;
}

.reveal-enabled .home-page .intro-visual.reveal-item,
.reveal-enabled .notice-panel.reveal-item,
.reveal-enabled .map-card.reveal-item,
.reveal-enabled .contact-map-card.reveal-item {
  --reveal-x: 24px;
  --reveal-y: 0;
  --reveal-scale: 1;
}

.reveal-enabled .home-page .intro-feature.reveal-item,
.reveal-enabled .activity-item.reveal-item,
.reveal-enabled .notice-item.reveal-item,
.reveal-enabled .friend-card.reveal-item,
.reveal-enabled .partner-logo-card.reveal-item,
.reveal-enabled .partner-showcase__badge.reveal-item {
  --reveal-y: 18px;
  --reveal-scale: 0.988;
  --reveal-duration: 720ms;
}

.reveal-enabled .home-page .map-shell.reveal-item,
.reveal-enabled .home-page .partner-board.reveal-item,
.reveal-enabled .home-page .friend-panel.reveal-item,
.reveal-enabled .base-map.reveal-item {
  --reveal-y: 24px;
  --reveal-scale: 0.99;
  --reveal-duration: 880ms;
}

.reveal-enabled .section-landing-page .page-hero .reveal-item,
.reveal-enabled .about-core-hero .reveal-item,
.reveal-enabled .gap-hero .reveal-item,
.reveal-enabled .culture-hero .reveal-item,
.reveal-enabled .gepu-hub-hero .reveal-item,
.reveal-enabled .party-hero .reveal-item {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal-enabled .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-enabled .reveal-item,
  .reveal-enabled .reveal-item.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  color: #fff;
  background: var(--herb-green);
  border-radius: 3px;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.container {
  width: min(1150px, calc(100% - clamp(36px, 5vw, 72px)));
  margin: 0 auto;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 50;
  background-color: var(--chu-red);
  background-image: url("./assets/nav-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1440px 94px;
}

.site-header::after {
  display: block;
  height: 2px;
  content: "";
  background: var(--gold);
}

.main-nav {
  position: relative;
  width: min(1440px, 100%);
  height: 94px;
  margin: 0 auto;
  padding: 0;
  color: var(--paper);
}

.brand {
  position: absolute;
  top: 19px;
  left: 36px;
  display: block;
  width: 250px;
  height: 58px;
}

.brand-logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 58px;
  height: 58px;
  padding: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  max-width: none;
  object-fit: contain;
}

.brand-copy {
  position: absolute;
  top: 9px;
  left: 70px;
  width: 180px;
  height: 41px;
}

.brand-copy strong {
  display: block;
  color: #fff;
  font-family: var(--brand-script);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.brand-copy small {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 8.5px;
  line-height: 11px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.site-brand-lockup {
  position: static;
  display: grid;
  grid-template-columns: var(--site-brand-logo-size) max-content;
  align-items: center;
  gap: var(--site-brand-gap, clamp(6px, 0.62vw, 8px));
  width: max-content;
  height: var(--site-brand-logo-size);
  min-width: 0;
}

.site-brand-lockup .brand-logo-wrap,
.site-brand-lockup .brand-logo {
  position: static;
  width: var(--site-brand-logo-size);
  height: var(--site-brand-logo-size);
}

.site-brand-lockup .brand-copy {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: max-content;
  height: var(--site-brand-logo-size);
  padding-top: 0;
  padding-bottom: 0;
  transform: none;
}

.site-brand-lockup .brand-copy strong {
  position: static;
  top: auto;
  left: auto;
  display: block;
  color: #fff;
  width: auto;
  font-family: var(--brand-script);
  font-size: var(--site-brand-title-size);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.site-brand-lockup .brand-copy small {
  position: static;
  top: auto;
  left: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: var(--brand-subtitle-width, auto);
  max-width: none;
  overflow: visible;
  margin-top: 0;
  color: #fff;
  font-family: "Times New Roman", Georgia, serif;
  font-size: var(--site-brand-subtitle-size, clamp(10px, 0.78vw, 11.4px));
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(var(--brand-subtitle-offset-x, 0));
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.site-brand-lockup .brand-subtitle-char,
.site-brand-lockup .brand-subtitle-space {
  display: inline-block;
  flex: 0 0 auto;
}

.site-brand-lockup .brand-subtitle-space {
  width: 0.4em;
}

.nav-content {
  display: block;
}

.nav-links {
  position: absolute;
  top: 39px;
  left: 425px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 591px;
  height: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links li:nth-child(1) { width: 30px; }
.nav-links li:nth-child(2) { width: 60px; }
.nav-links li:nth-child(3) { width: 60px; }
.nav-links li:nth-child(4) { width: 89px; }
.nav-links li:nth-child(5),
.nav-links li:nth-child(6),
.nav-links li:nth-child(7),
.nav-links li:nth-child(8) { width: 60px; }

.nav-links a {
  position: relative;
  display: block;
  height: 44px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-links a.active {
  font-weight: 700;
}

.nav-links a.active::after {
  position: absolute;
  right: 0;
  top: 42px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
}

.has-submenu {
  position: relative;
  z-index: 13;
}

.has-submenu::after {
  position: absolute;
  top: 44px;
  left: 0;
  width: 190px;
  height: 21px;
  content: "";
  background: rgba(255, 255, 255, 0);
  pointer-events: auto;
  z-index: 11;
}

.submenu {
  position: absolute;
  top: 65px;
  left: 0;
  width: 190px;
  height: auto;
  min-height: 161px;
  display: grid;
  gap: 5px;
  padding: 18px 0 15px 22px;
  background:
    linear-gradient(var(--gold), var(--gold)) 4px 4px / 11px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 4px 4px / 1px 11px no-repeat,
    linear-gradient(var(--gold), var(--gold)) calc(100% - 15px) 4px / 11px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) calc(100% - 5px) 4px / 1px 11px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 4px calc(100% - 5px) / 11px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 4px calc(100% - 15px) / 1px 11px no-repeat,
    linear-gradient(var(--gold), var(--gold)) calc(100% - 15px) calc(100% - 5px) / 11px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) calc(100% - 5px) calc(100% - 15px) / 1px 11px no-repeat,
    rgba(247, 244, 236, 0.96);
  border: 1px solid rgba(199, 168, 103, 0.66);
  border-radius: 2px;
  box-shadow: 0 8px 18px rgba(32, 32, 32, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 12;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu,
.has-submenu.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  position: relative;
  display: flex;
  align-items: center;
  width: 136px;
  min-height: 28px;
  height: auto;
  padding: 0 12px 0 20px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 3px;
  white-space: normal;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.submenu a:first-child {
  color: var(--herb-green);
  background: rgba(57, 113, 71, 0.08);
  font-weight: 500;
}

.submenu a::before {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 4px;
  height: 4px;
  content: "";
  background: rgba(199, 168, 103, 0.75);
  border-radius: 50%;
}

.submenu a:first-child::before {
  background: rgba(57, 113, 71, 0.95);
}

.submenu a::after {
  display: none;
}

.submenu a:hover,
.submenu a:focus-visible {
  color: var(--herb-green);
  background: rgba(57, 113, 71, 0.08);
  outline: none;
}

.nav-actions {
  position: absolute;
  top: 22px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-btn {
  width: 92px;
  min-width: 92px;
}

.gap-entry {
  width: 255px;
  min-width: 255px;
}

.search-btn,
.gap-entry {
  height: 50px;
  border-radius: 26px;
  font-size: 15px;
  line-height: 48px;
  white-space: nowrap;
}

.search-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #f7f4ec;
  background: rgba(166, 28, 33, 0.34);
  border: 1px solid rgba(199, 168, 103, 0.94);
}

.search-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.24s ease;
}

.search-icon::after {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.gap-entry {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(180deg, #3c884d 0%, #286a39 100%);
  border: 1px solid rgba(199, 168, 103, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(247, 244, 236, 0.42);
  border-radius: 3px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

@media (min-width: 1181px) and (max-width: 1350px) {
  .brand {
    left: 24px;
    width: 228px;
  }

  .brand-logo-wrap,
  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-copy {
    top: 7px;
    left: 62px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .nav-links {
    left: 360px;
    gap: 12px;
    width: 560px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-actions {
    right: 22px;
    gap: 10px;
  }

  .search-btn {
    width: 82px;
    min-width: 82px;
  }

  .gap-entry {
    width: 218px;
    min-width: 218px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.hero {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: #dfe7d5;
}

.hero-slides,
.hero-img,
.news-bg {
  position: absolute;
  inset: 0;
}

.hero-slides {
  overflow: hidden;
}

.hero-img,
.news-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img {
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.8s ease, transform 5s ease;
}

.hero-img.active {
  opacity: 1;
  transform: scale(1);
}

.hero-paper {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(57, 24, 13, 0.4) 0%, rgba(91, 43, 25, 0.22) 20%, rgba(247, 244, 236, 0.16) 52%, rgba(35, 63, 41, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.12) 0%, rgba(255, 252, 245, 0.18) 100%);
}

.hero-copy {
  position: absolute;
  top: 118px;
  left: clamp(48px, 10vw, 144px);
  max-width: min(568px, calc(100% - 96px));
  color: #f7f4ec;
  z-index: 2;
}

.hero-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}

.hero-link:focus-visible {
  outline: none;
}

.hero-link:focus-visible + .hero-copy {
  outline: 3px solid rgba(255, 242, 194, 0.9);
  outline-offset: 10px;
}

.hero.is-clickable .hero-copy {
  cursor: pointer;
  z-index: 3;
  pointer-events: none;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 4.726vw, 64px);
  font-weight: 800;
  line-height: 1.24;
  background: linear-gradient(90deg, #fff3d3 0%, #fff 62%, #e4dfd2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 14px rgba(30, 26, 19, 0.12);
}

.gold-line {
  display: block;
  width: 397px;
  max-width: 72vw;
  height: 1.42px;
  margin: 20px 0 28px;
  background: #f7f4ec;
}

.hero-copy p {
  margin: 0;
  color: #f7f4ec;
  font-size: clamp(22px, 2.166vw, 30px);
  font-weight: 500;
  line-height: 1.36;
  text-shadow: 0 2px 10px rgba(30, 26, 19, 0.18);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 32px;
  height: 46px;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  border: 0;
  font-size: 46px;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
  z-index: 2;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  color: rgba(255, 255, 255, 0.98);
  opacity: 1;
  outline: none;
}

.hero-arrow.prev {
  left: 52px;
}

.hero-arrow.next {
  right: 52px;
}

.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(236, 241, 230, 0.84);
  border: 0;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-dots button.active {
  background: var(--herb-green);
  transform: scale(1.18);
}

.hero-note {
  position: absolute;
  right: 42px;
  bottom: 41px;
  color: rgba(247, 244, 236, 0.88);
  font-size: 13px;
  z-index: 2;
}

.home-page .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(19, 3, 3, 0.72) 0%, rgba(19, 3, 3, 0.32) 58%, rgba(19, 3, 3, 0) 100%);
  background-image: none;
}

.home-page .site-header::after {
  display: none;
}

.header-utility {
  height: 42px;
  border-top: 2px solid var(--chu-red);
}

.header-utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1500px, calc(100% - clamp(40px, 7vw, 112px)));
  height: 100%;
  margin: 0 auto;
}

.header-utility__links {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1;
}

.header-utility__links span {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.38);
}

.header-utility__links a {
  transition: color 0.2s ease;
}

.header-utility__links a:hover,
.header-utility__links a:focus-visible {
  color: #fff;
  outline: none;
}

.header-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0) 40px;
  align-items: center;
  justify-self: end;
  width: 40px;
  height: 36px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid transparent;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  isolation: isolate;
  transform: translateZ(0);
  transform-origin: right center;
  will-change: width, transform, box-shadow;
  transition:
    width 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    grid-template-columns 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.header-search::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 88% 50%, rgba(95, 168, 117, 0.16), transparent 32px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.93));
  border-radius: inherit;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: right center;
  transition:
    opacity 0.22s ease,
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-search::after {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: -44%;
  z-index: 0;
  width: 42%;
  pointer-events: none;
  content: "";
  background: linear-gradient(100deg, transparent 0%, rgba(219, 194, 138, 0.28) 48%, rgba(95, 168, 117, 0.2) 60%, transparent 100%);
  opacity: 0;
  transform: translateX(0) skewX(-18deg);
}

.header-search.is-expanded,
.header-search.has-value,
.header-search:focus-within {
  grid-template-columns: minmax(0, 304px) 48px;
  width: min(360px, 44vw);
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 16px 36px rgba(31, 18, 12, 0.22),
    0 0 0 1px rgba(199, 168, 103, 0.2) inset;
  animation: headerSearchOpen 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.header-search.is-expanded::before,
.header-search.has-value::before,
.header-search:focus-within::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-search.is-expanded::after,
.header-search.has-value::after,
.header-search:focus-within::after {
  animation: headerSearchSheen 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.header-search:focus-within {
  border-color: rgba(219, 194, 138, 0.92);
  box-shadow:
    0 16px 36px rgba(31, 18, 12, 0.22),
    0 0 0 1px rgba(199, 168, 103, 0.3) inset,
    0 0 0 3px rgba(199, 168, 103, 0.18);
}

.header-search input {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0;
  caret-color: var(--herb-green);
  pointer-events: none;
  transform: translateX(14px);
  transition:
    opacity 0.18s ease 0.04s,
    padding 0.24s ease,
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-search.is-expanded input,
.header-search.has-value input,
.header-search:focus-within input {
  padding: 0 6px 0 20px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.header-search input::placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-weight: 400;
}

.header-search button {
  position: relative;
  z-index: 1;
  display: grid;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  place-items: center;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.22s ease,
    transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.header-search button:hover,
.header-search button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.header-search.is-expanded button,
.header-search.has-value button,
.header-search:focus-within button {
  color: #fff;
  background: linear-gradient(135deg, var(--herb-green), #5fa875);
  box-shadow:
    0 8px 16px rgba(37, 87, 58, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.34) inset;
  transform: rotate(0.001deg);
}

.header-search.is-expanded .search-icon,
.header-search.has-value .search-icon,
.header-search:focus-within .search-icon {
  transform: scale(0.9) rotate(-5deg);
  filter: drop-shadow(0 2px 4px rgba(18, 58, 40, 0.18));
}

.header-search.is-expanded button:hover,
.header-search.is-expanded button:focus-visible,
.header-search.has-value button:hover,
.header-search.has-value button:focus-visible,
.header-search:focus-within button:hover,
.header-search:focus-within button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--herb-deep), var(--herb-green));
  box-shadow:
    0 10px 18px rgba(37, 87, 58, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.42) inset;
  transform: translateY(-1px);
}

@keyframes headerSearchOpen {
  0% {
    transform: scaleX(0.96) translateZ(0);
  }

  62% {
    transform: scaleX(1.012) translateZ(0);
  }

  100% {
    transform: scaleX(1) translateZ(0);
  }
}

@keyframes headerSearchSheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(340%) skewX(-18deg);
  }
}

.home-page .main-nav,
.centered-nav-page .main-nav {
  --site-brand-logo-size: clamp(48px, 3.5vw, 52px);
  --site-brand-title-size: clamp(35px, 2.68vw, 39px);
  --site-brand-subtitle-size: clamp(9px, 0.7vw, 10.2px);
  display: block;
  width: min(1500px, calc(100% - clamp(40px, 7vw, 112px)));
  height: 96px;
  color: #fff;
}

.home-page .nav-content,
.centered-nav-page .nav-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  height: 100%;
}

.home-page .brand,
.centered-nav-page .brand {
  position: static;
  display: grid;
  grid-template-columns: var(--site-brand-logo-size) max-content;
  align-items: center;
  gap: clamp(6px, 0.62vw, 8px);
  width: max-content;
  height: var(--site-brand-logo-size);
  min-width: 0;
}

.home-page .brand-logo-wrap,
.home-page .brand-logo,
.centered-nav-page .brand-logo-wrap,
.centered-nav-page .brand-logo {
  position: static;
  width: var(--site-brand-logo-size);
  height: var(--site-brand-logo-size);
}

.home-page .brand-copy,
.centered-nav-page .brand-copy {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: max-content;
  height: var(--site-brand-logo-size);
  padding-top: 0;
  padding-bottom: 0;
  transform: none;
}

.home-page .brand-copy strong,
.centered-nav-page .brand-copy strong {
  color: #fff;
  width: auto;
  font-family: var(--brand-script);
  font-size: var(--site-brand-title-size);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.home-page .brand-copy small,
.centered-nav-page .brand-copy small {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: var(--brand-subtitle-width, auto);
  max-width: none;
  overflow: visible;
  margin-top: 0;
  color: #fff;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(10px, 0.78vw, 11.4px);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(var(--brand-subtitle-offset-x, 0));
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.home-page .brand-subtitle-char,
.home-page .brand-subtitle-space,
.centered-nav-page .brand-subtitle-char,
.centered-nav-page .brand-subtitle-space {
  display: inline-block;
  flex: 0 0 auto;
}

.home-page .brand-subtitle-space,
.centered-nav-page .brand-subtitle-space {
  width: 0.4em;
}

.home-page .nav-links {
  position: static;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.9vw, 30px);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.home-page .nav-links--left {
  justify-content: flex-end;
}

.home-page .nav-links--right {
  justify-content: flex-start;
}

.home-page .nav-links li,
.home-page .nav-links li:nth-child(n) {
  width: auto;
}

.home-page .nav-links a {
  height: auto;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.22vw, 21px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.home-page .nav-links a:hover,
.home-page .nav-links a:focus-visible,
.home-page .nav-links a.active {
  color: #fff2c2;
  outline: none;
}

.home-page .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  width: 0;
  height: 2px;
  margin: auto;
  content: "";
  background: #fff2c2;
  transition: width 0.2s ease;
}

.home-page .nav-links a:hover::after,
.home-page .nav-links a:focus-visible::after,
.home-page .nav-links a.active::after {
  width: 100%;
}

.home-page .has-submenu::after {
  top: 36px;
  left: 50%;
  width: 190px;
  height: 24px;
  transform: translateX(-50%);
}

.home-page .submenu {
  top: 58px;
  left: 50%;
  width: 204px;
  height: auto;
  min-height: 0;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 236, 0.96));
  border: 1px solid rgba(199, 168, 103, 0.54);
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(28, 17, 8, 0.18);
  transform: translate(-50%, -6px);
}

.home-page .has-submenu:hover .submenu,
.home-page .has-submenu:focus-within .submenu,
.home-page .has-submenu.submenu-open .submenu {
  transform: translate(-50%, 0);
}

.home-page .submenu a,
.home-page .submenu a:first-child {
  width: 100%;
  min-height: 34px;
  height: auto;
  padding: 0 12px 0 22px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-shadow: none;
  background: transparent;
}

.home-page .submenu a:hover,
.home-page .submenu a:focus-visible {
  color: var(--herb-green);
  background: rgba(57, 113, 71, 0.08);
}

.home-page .submenu a::after {
  display: none;
}

.section-landing-page.centered-nav-page .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(52, 8, 9, 0.82) 0%, rgba(52, 8, 9, 0.36) 62%, rgba(52, 8, 9, 0) 100%);
}

.section-landing-page.centered-nav-page .site-header::after {
  display: none;
}

.centered-nav-page .nav-links {
  position: static;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.9vw, 30px);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.centered-nav-page .nav-links--left {
  justify-content: flex-end;
}

.centered-nav-page .nav-links--right {
  justify-content: flex-start;
}

.centered-nav-page .nav-links li,
.centered-nav-page .nav-links li:nth-child(n) {
  width: auto;
}

.centered-nav-page .nav-links a {
  height: auto;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.22vw, 21px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.centered-nav-page .nav-links a:hover,
.centered-nav-page .nav-links a:focus-visible,
.centered-nav-page .nav-links a.active {
  color: #fff2c2;
  outline: none;
}

.centered-nav-page .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  width: 0;
  height: 2px;
  margin: auto;
  content: "";
  background: #fff2c2;
  transition: width 0.2s ease;
}

.centered-nav-page .nav-links a:hover::after,
.centered-nav-page .nav-links a:focus-visible::after,
.centered-nav-page .nav-links a.active::after {
  width: 100%;
}

.centered-nav-page .has-submenu::after {
  top: 36px;
  left: 50%;
  width: 210px;
  height: 24px;
  transform: translateX(-50%);
}

.centered-nav-page .submenu {
  top: 58px;
  left: 50%;
  width: 228px;
  height: auto;
  min-height: 0;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 236, 0.96));
  border: 1px solid rgba(199, 168, 103, 0.54);
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(28, 17, 8, 0.18);
  transform: translate(-50%, -6px);
}

.centered-nav-page .has-submenu:hover .submenu,
.centered-nav-page .has-submenu:focus-within .submenu,
.centered-nav-page .has-submenu.submenu-open .submenu {
  transform: translate(-50%, 0);
}

.centered-nav-page .submenu a,
.centered-nav-page .submenu a:first-child {
  width: 100%;
  min-height: 34px;
  height: auto;
  padding: 8px 12px 8px 22px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  text-shadow: none;
  background: transparent;
}

.centered-nav-page .submenu a:hover,
.centered-nav-page .submenu a:focus-visible {
  color: var(--herb-green);
  background: rgba(57, 113, 71, 0.08);
}

.centered-nav-page .submenu a::after {
  display: none;
}

.centered-nav-page .menu-toggle {
  position: absolute;
  top: 58px;
  right: 24px;
  z-index: 2;
}

.home-page .menu-toggle {
  position: absolute;
  top: 58px;
  right: 24px;
  z-index: 2;
}

.home-page .hero {
  min-height: 760px;
  height: 100vh;
  background: #1d120d;
}

.home-page .hero.is-empty {
  background:
    radial-gradient(circle at 28% 36%, rgba(199, 168, 103, 0.18), transparent 34%),
    linear-gradient(135deg, #2d1210 0%, #11160f 100%);
}

.home-page .hero.is-empty .hero-arrow,
.home-page .hero.is-empty .hero-dots {
  display: none;
}

.home-page .hero.is-empty .hero-copy h1 {
  font-size: clamp(42px, 4.8vw, 72px);
}

.home-page .hero.is-empty .hero-copy p {
  max-width: 640px;
  font-size: clamp(20px, 1.8vw, 28px);
}

.home-page .hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18vh;
  min-height: 110px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251, 250, 246, 0) 0%, rgba(251, 250, 246, 0.72) 78%, #fbfaf6 100%);
  z-index: 1;
}

.home-page .hero-img {
  transform: scale(1.015);
  transform-origin: center center;
  transition: opacity 0.96s ease, transform 7.8s ease;
}

.home-page .hero-img.active {
  transform: scale(1.062);
}

.home-page .hero:hover .hero-img.active {
  transform: scale(1.062);
}

.home-page .hero-paper {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.18) 28%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(90deg, rgba(33, 5, 5, 0.52) 0%, rgba(113, 18, 18, 0.18) 44%, rgba(23, 63, 40, 0.22) 100%);
  transition: background 0.32s ease;
}

.home-page .hero:hover .hero-paper {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.15) 48%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(90deg, rgba(33, 5, 5, 0.57) 0%, rgba(113, 18, 18, 0.22) 44%, rgba(23, 63, 40, 0.24) 100%);
}

.home-page .hero-copy {
  top: 50%;
  left: clamp(40px, 6.2vw, 116px);
  max-width: min(1040px, calc(100% - 140px));
  transform: translateY(-36%);
  opacity: 1;
  will-change: opacity, transform;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: rgba(255, 242, 194, 0.92);
  font-size: clamp(15px, 1.12vw, 18px);
  font-weight: 700;
  line-height: 1;
}

.hero-eyebrow::before {
  width: 40px;
  height: 2px;
  content: "";
  background: rgba(255, 242, 194, 0.86);
}

.home-page .hero-copy h1 {
  max-width: 1180px;
  color: #fff2c2;
  background: none;
  font-family: var(--serif);
  font-size: clamp(54px, 6.9vw, 112px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 8px 26px rgba(69, 10, 10, 0.5), 0 2px 1px rgba(117, 42, 18, 0.2);
}

.home-page .gold-line {
  width: min(560px, 52vw);
  height: 2px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, rgba(255, 242, 194, 0.96), rgba(255, 255, 255, 0.12));
  transform-origin: left center;
  transition: width 0.32s ease, opacity 0.32s ease, transform 0.32s ease;
}

.home-page .hero:hover .gold-line {
  width: min(640px, 58vw);
  opacity: 0.96;
}

.home-page .hero-copy p {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(24px, 2.4vw, 42px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.36);
}

.home-page .hero.is-animating-copy .hero-copy {
  animation: heroCopyReveal 0.78s cubic-bezier(0.18, 0.76, 0.16, 1) both;
}

@keyframes heroCopyReveal {
  from {
    opacity: 0;
    transform: translateY(calc(-36% + 12px));
    filter: blur(0.6px);
  }

  to {
    opacity: 1;
    transform: translateY(-36%);
    filter: blur(0);
  }
}

.home-page .hero-arrow {
  width: 48px;
  height: 72px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 64px;
  z-index: 3;
}

.home-page .hero-arrow.prev {
  left: 24px;
}

.home-page .hero-arrow.next {
  right: 24px;
}

.home-page .hero-dots {
  bottom: clamp(40px, 6vh, 78px);
  gap: 15px;
  z-index: 3;
}

.home-page .hero-dots button {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.76);
}

.home-page .hero-dots button.active {
  background: #fff2c2;
  border-color: #fff2c2;
  transform: scale(1.1);
}

.section {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.intro-section {
  position: relative;
  height: 622px;
  padding-top: 70px;
  background: #f7f4ec url("./assets/intro-section-bg-figma.png") center top / cover no-repeat;
}

.intro-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: transparent;
}

.intro-section > .container {
  position: relative;
  z-index: 1;
}

.base-section::after {
  display: none;
  content: none;
}

.section-title {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 22px;
}

.section-title h2,
.section-title h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.section-title.small h3 {
  font-size: 32px;
  line-height: 40px;
}

.section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--gold) 70%, transparent);
}

.section-title::before {
  position: absolute;
  bottom: -10px;
  left: 150px;
  width: 68px;
  height: 26px;
  content: "";
  border-right: 4px double var(--gold);
  border-bottom: 4px double var(--gold);
  border-radius: 0 0 24px 0;
}

.jc-seal {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.jc-seal--daodi {
  width: 21px;
  height: 28px;
}

.jc-seal--chuyao {
  width: 24px;
  height: 32px;
}

.jc-section-title {
  gap: 6px;
  padding-bottom: 30px;
}

.jc-section-title::before,
.jc-section-title::after {
  display: none;
}

.jc-section-title--sans h2 {
  font-family: var(--sans);
}

.jc-section-title--short {
  gap: 8px;
}

.jc-section-title--chuyao {
  gap: 13px;
}

.jc-section-title__seal {
  margin-top: 6px;
}

.jc-section-title__ornament {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
}

.jc-section-title__ornament--wide {
  width: 231px;
}

.jc-section-title__ornament--short {
  width: 199px;
}

.jc-section-title__ornament--news-left {
  left: 0;
  width: 138px;
}

.jc-section-title__ornament--news-main {
  left: 45px;
  width: 231px;
}

.jc-section-title--lg h2 {
  font-size: 32px;
  line-height: 40px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 540px 500px;
  align-items: start;
  gap: 125px;
  margin-top: 46px;
}

.intro-image {
  width: 540px;
  height: 354px;
  overflow: hidden;
  background: #dde8dc;
  border: 1px solid rgba(208, 189, 144, 0.22);
  border-radius: 4px;
  box-shadow: 0 16px 30px rgba(93, 67, 31, 0.08);
}

.intro-image img {
  width: 100%;
  height: 354px;
  object-fit: cover;
  border-radius: 4px;
}

.intro-card {
  position: relative;
  min-width: 0;
  padding-top: 0;
}

.intro-card::before {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 168px;
  height: 72px;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(215, 196, 154, 0.2) 0%, rgba(215, 196, 154, 0.08) 58%, transparent 72%);
}

.intro-card p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.9;
}

.intro-card p + p {
  margin-top: 10px;
}

.intro-features {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  gap: 18px;
  margin-top: 17px;
}

.intro-feature {
  position: relative;
  width: 150px;
  height: 78px;
  min-height: 78px;
  padding: 13px 16px 10px;
  background:
    url("./assets/intro-feature-corners-figma.png") center / 144px 70px no-repeat,
    rgba(247, 244, 236, 0.92);
  border: 1px solid rgba(222, 209, 184, 0.9);
  border-radius: 4px;
  box-shadow: none;
}

.intro-feature span {
  color: #6a604a;
  font-size: 13px;
  line-height: 18px;
}

.intro-features strong {
  display: block;
  margin-bottom: 6px;
  color: var(--chu-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.intro-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.solid-btn,
.contact-btn,
.intro-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-height: 38px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.solid-btn {
  min-width: 112px;
  padding: 0 28px;
  color: #fff;
  background: var(--chu-red);
}

.contact-btn {
  min-width: 112px;
  padding: 0 28px;
  color: #fff;
  background: #3f8250;
}

.intro-phone {
  gap: 9px;
  min-width: 231px;
  height: 38px;
  padding: 0 14px 0 12px;
  justify-content: flex-start;
  color: #4c7f56;
  background: rgba(255, 252, 245, 0.94);
  border: 1px solid rgba(213, 190, 142, 0.82);
  box-shadow: 0 8px 18px rgba(121, 95, 44, 0.04);
}

.intro-phone strong {
  color: #4a7c53;
  font-size: 17px;
  font-weight: 700;
}

.intro-phone-icon {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.intro-phone-icon::before,
.intro-phone-icon::after {
  position: absolute;
  content: "";
}

.intro-phone-icon::before {
  top: 4px;
  left: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 10px;
  transform: rotate(-42deg);
}

.intro-phone-icon::after {
  top: 10px;
  left: 13px;
  width: 6px;
  height: 2px;
  background: currentColor;
  transform: rotate(42deg);
}

.solid-btn:hover,
.solid-btn:focus-visible {
  background: var(--chu-red-dark);
}

.contact-btn:hover,
.contact-btn:focus-visible {
  background: var(--herb-deep);
}

.intro-phone:hover,
.intro-phone:focus-visible {
  border-color: rgba(76, 127, 86, 0.58);
  color: var(--herb-deep);
}

.solid-btn:focus-visible,
.contact-btn:focus-visible,
.intro-phone:focus-visible {
  outline: none;
}

.intro-feature span,
.intro-phone span {
  display: block;
}

.section-title.small {
  padding-bottom: 20px;
  gap: 8px;
}

.section-title.small::after {
  width: 190px;
}

.section-title.small::before {
  bottom: -9px;
  left: 220px;
  width: 0;
  height: 0;
  border: 0;
}

.section-title.small .jc-seal {
  margin-top: 6px;
}

.intro-card .section-title.small::after {
  background: linear-gradient(90deg, rgba(199, 168, 103, 0.96), rgba(199, 168, 103, 0.88) 84%, transparent);
}

.news-section {
  position: relative;
  height: 693px;
  overflow: hidden;
  padding-top: 67px;
}

.news-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: transparent;
}

.news-inner {
  position: relative;
  z-index: 1;
}

.news-title {
  margin-left: -15px;
}

.news-grid {
  display: grid;
  grid-template-columns: 585px 585px;
  gap: 30px;
  width: 1214px;
  margin: 36px 0 0 -18px;
}

.activity-panel,
.notice-panel {
  height: 380px;
  min-height: 380px;
  padding: 36px 34px 28px;
  border-radius: 6px;
  box-shadow: 0 18px 32px -14px rgba(80, 38, 18, 0.07);
  overflow: hidden;
}

.activity-panel {
  display: flex;
  flex-direction: column;
  color: rgba(255, 241, 214, 0.86);
  background: #a71c21;
  border: 1px solid #940509;
}

.notice-panel {
  background: rgba(247, 244, 236, 0.94);
  border: 1px solid rgba(222, 209, 184, 0.95);
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.panel-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 30px;
}

.panel-head a {
  margin-left: auto;
}

.panel-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 22px;
  padding: 0;
  color: #fff;
  background: var(--chu-red);
  border: 1px solid var(--chu-red);
  border-radius: 3px;
  font-weight: 700;
}

.news-more {
  display: block;
  width: 101px;
  height: 29px;
  padding: 0;
  border: 0;
  opacity: 1;
}

.news-more img {
  width: 101px;
  height: 29px;
  max-width: none;
}

.activity-feature {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  min-height: 136px;
  padding: 18px 18px;
  color: #fff4d9;
  background: linear-gradient(135deg, rgba(132, 12, 17, 0.62), rgba(132, 12, 17, 0.1));
  border: 1px solid rgba(255, 221, 166, 0.22);
  border-radius: 4px;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.activity-feature:hover,
.activity-feature:focus-visible {
  border-color: rgba(255, 226, 174, 0.46);
  background-color: rgba(255, 238, 196, 0.06);
}

.activity-feature__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  color: #ffe2b4;
  background: rgba(255, 226, 180, 0.08);
  border: 1px solid rgba(255, 226, 180, 0.38);
  border-radius: 3px;
  font-variant-numeric: tabular-nums;
}

.activity-feature__date span {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.78;
}

.activity-feature__date b {
  margin-top: 4px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  color: #ffe8bd;
}

.activity-feature__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.activity-feature__badge {
  width: fit-content;
  color: rgba(255, 225, 184, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.activity-feature__title {
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  color: #fff8dd;
  font-size: 21px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.activity-feature em {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 228, 205, 0.78);
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.activity-list {
  display: grid;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 221, 180, 0.28);
}

.activity-item,
.notice-item {
  position: relative;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(223, 210, 181, 0.52);
}

.activity-item {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  min-height: 56px;
  column-gap: 12px;
  padding: 13px 0;
}

.activity-item strong,
.notice-item strong {
  color: inherit;
  font-size: 16px;
  line-height: 22px;
}

.activity-item strong {
  grid-column: 2;
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  font-size: 16px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.activity-item time {
  grid-column: 3;
  align-self: center;
  color: rgba(255, 226, 202, 0.62);
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.activity-dot {
  grid-column: 1;
  align-self: center;
  width: 8px;
  height: 8px;
  background: #ffe2b4;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 226, 180, 0.1);
}

.herb-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.notice-item {
  grid-template-columns: 50px 1fr 48px;
  min-height: 62px;
  column-gap: 18px;
}

.notice-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  color: var(--herb-green);
  background: rgba(247, 244, 236, 0.98);
  border: 1px solid rgba(57, 113, 71, 0.55);
  border-radius: 13px;
  font-weight: 700;
}

.notice-item:first-of-type span {
  color: var(--chu-red);
  border-color: rgba(167, 28, 33, 0.5);
}

.notice-item time {
  display: block;
  justify-self: end;
  width: 48px;
  color: #777;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  line-height: 18px;
  text-align: right;
  white-space: nowrap;
}

.base-section {
  height: 756px;
  padding-top: 76px;
  background: #f7f4ec;
}

.base-section > .container {
  position: relative;
  z-index: 1;
}

.section-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-row p {
  max-width: 650px;
  margin: 54px 0 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}

.base-section .section-row,
.partners-section .section-row,
.links-section .section-row {
  display: block;
}

.base-section .section-row p {
  width: min(620px, 100%);
  margin: -2px 0 0;
  font-size: 15px;
  line-height: 26px;
}

.section-kicker {
  position: absolute;
  z-index: 2;
  height: 48px;
  margin: 0;
}

.section-kicker__ornament {
  position: absolute;
  top: 0;
  right: 0;
  width: 261.778px;
  height: 12.057px;
  object-fit: fill;
  max-width: none;
}

.section-kicker__text {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 100%;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
  white-space: normal;
  overflow-wrap: anywhere;
}

.section-kicker--partners,
.section-kicker--links {
  right: 0;
  top: 0;
  width: 500px;
}

.section-kicker--partners .section-kicker__text,
.section-kicker--links .section-kicker__text {
  letter-spacing: 0.4px;
}

.map-stage {
  position: relative;
  height: 584px;
  min-height: 584px;
  margin-top: 0;
}

.map-shell {
  position: relative;
  width: min(960px, 100%);
  height: 584px;
  margin: 0 auto;
}

.map-glow {
  position: absolute;
  top: 64px;
  left: 54px;
  width: 410px;
  height: 204px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(113, 166, 126, 0.22) 0%, rgba(113, 166, 126, 0.13) 42%, transparent 70%);
  filter: blur(14px);
}

.base-map {
  width: 100%;
  height: 100%;
}

.map-legend {
  position: absolute;
  bottom: 59px;
  left: 46px;
  display: flex;
  gap: 42px;
  align-items: center;
  color: rgba(64, 64, 64, 0.66);
  font-size: 12px;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.map-legend i {
  flex: 0 0 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(79, 104, 69, 0.24);
}

.legend-hubei {
  background: #335f36;
}

.legend-covered {
  background: #cfe6cc;
}

.legend-empty {
  background: #f4eedf;
}

.map-card {
  position: absolute;
  top: 108px;
  left: 653px;
  z-index: 4;
  display: block;
  width: 304px;
  min-height: 0;
  padding: 16px 18px;
  pointer-events: none;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--gold);
  box-shadow: 0 12px 24px rgba(91, 70, 32, 0.14);
  transition: top 0.22s ease, left 0.22s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.map-card h3 {
  min-width: 0;
  margin: 0;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 29px;
  white-space: nowrap;
}

.map-card__summary {
  margin: 5px 0 10px;
  color: rgba(56, 72, 51, 0.82);
  font-size: 13px;
  line-height: 18px;
}

.map-card.is-empty {
  padding-bottom: 17px;
}

.map-card.is-empty .map-card__summary {
  margin-bottom: 0;
}

.map-card.is-empty .map-variety-list {
  display: none;
}

.map-variety-list {
  display: grid;
  gap: 6px;
}

.map-variety-list span {
  display: grid;
  grid-template-columns: minmax(74px, 1fr) auto;
  align-items: center;
  min-height: 25px;
  padding: 4px 7px 4px 10px;
  background: rgba(244, 238, 222, 0.72);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 4px;
}

.map-variety-list strong {
  min-width: 0;
  overflow: hidden;
  color: var(--herb-green);
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-variety-list em {
  padding: 1px 7px;
  color: var(--chu-red);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 17px;
  white-space: nowrap;
  background: rgba(255, 253, 249, 0.86);
  border-radius: 999px;
}

/* Keep the homepage service details beside the map so province geometry stays visible. */
@media (min-width: 1101px) {
  .base-section .map-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 304px);
    column-gap: clamp(24px, 3vw, 36px);
    align-items: start;
  }

  .base-section .map-shell {
    width: 100%;
    margin: 0;
  }

  .base-section .map-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    align-self: start;
    width: 100%;
    margin-top: 76px;
    padding: 18px;
  }

  .base-section .map-card::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: -18px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(199, 168, 103, 0.62) 16%, rgba(199, 168, 103, 0.62) 84%, transparent);
  }
}

.partners-section {
  height: auto;
  min-height: 700px;
  overflow: visible;
  padding-top: 76px;
  padding-bottom: 76px;
  background: #fffdf8 url("./assets/partners-section-bg-figma.png") center top / cover no-repeat;
}

.partners-section::before {
  display: none;
}

.partners-section > .container {
  position: relative;
  z-index: 1;
}

.partner-board {
  position: relative;
  z-index: 1;
  width: min(1155px, 100%);
  margin: 62px auto 0;
}

.partner-board--showcase {
  display: block;
  aspect-ratio: 1155 / 286;
  min-height: 286px;
  overflow: visible;
}

.partner-board--showcase .partner-showcase__badge {
  position: absolute;
  top: 26.5734%;
  left: 43.1169%;
  width: 13.8528%;
  height: 47.5524%;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(12px, 1.25vw, 18px) clamp(12px, 1.1vw, 16px) clamp(10px, 1.1vw, 16px);
  color: #fffaf0;
  text-align: center;
  background: linear-gradient(180deg, #d4b16a 0%, #c5a04c 100%);
  border-radius: 10px;
  box-shadow: 0 14px 22px rgba(124, 89, 22, 0.14);
}

.partner-board--showcase .partner-showcase__badge strong {
  display: block;
  font-size: clamp(36px, 3.35vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.partner-board--showcase .partner-showcase__badge span {
  display: block;
  margin-top: clamp(12px, 1.25vw, 18px);
  font-size: clamp(20px, 1.85vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.partner-board--showcase .partner-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(4px, 0.55vw, 8px) clamp(10px, 1.1vw, 18px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.partner-board--showcase .partner-logo-card::after {
  display: none;
}

.partner-board--showcase .partner-logo-card__media {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
}

.partner-board--showcase .partner-logo-card__media img {
  width: auto;
  height: auto;
  max-width: min(100%, 220px);
  max-height: clamp(34px, 3.7vw, 46px);
  object-fit: contain;
}

.partner-board--showcase .partner-logo-card__fallback {
  display: none;
}

.partner-board--showcase .partner-logo-card--image-failed .partner-logo-card__media {
  display: none;
}

.partner-board--showcase .partner-logo-card--image-failed .partner-logo-card__fallback,
.partner-board--showcase .partner-logo-card__text {
  display: -webkit-box;
  overflow: hidden;
  color: #5c4a29;
  font-size: clamp(16px, 1.42vw, 19px);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.8);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.partner-board--showcase .partner-showcase__slot {
  position: absolute;
  top: var(--slot-y);
  left: var(--slot-x);
  width: var(--slot-w);
  height: var(--slot-h);
}

.partner-logo-card {
  position: relative;
  overflow: visible;
  color: #655431;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: opacity 180ms ease, filter 180ms ease;
}

.partner-logo-card::after {
  position: absolute;
  inset: 4px;
  pointer-events: none;
  content: "";
  background: url("./assets/friend-card-frame-figma.svg") center / 100% 100% no-repeat;
  opacity: 0.82;
}

.partner-logo-card:hover,
.partner-logo-card:focus-visible {
  outline: 0;
  filter: drop-shadow(0 8px 12px rgba(122, 92, 41, 0.16));
  opacity: 0.9;
}

.partner-logo-card img {
  position: relative;
  z-index: 1;
  width: 82%;
  height: 66px;
  max-width: 200px;
  object-fit: contain;
}

.partner-logo-card span {
  position: relative;
  z-index: 1;
  color: #5c4a29;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.links-section {
  position: relative;
  height: auto;
  min-height: 390px;
  padding-top: 76px;
  padding-bottom: 72px;
  overflow: hidden;
  background: #f6f1e6;
  margin-bottom: 60px;
}

.links-section > .container {
  position: relative;
  z-index: 1;
}

.links-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("./assets/links-bg-left-figma.png") left -30px bottom -26px / 418px 370px no-repeat;
}

.friend-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 20px;
  position: relative;
  z-index: 1;
  width: min(100%, 1020px);
  height: auto;
  margin: 50px auto 0;
}

.links-section::after {
  position: absolute;
  right: -80px;
  bottom: 20px;
  width: 360px;
  height: 360px;
  pointer-events: none;
  content: "";
  opacity: 0.14;
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 50%;
}

.friend-card {
  position: relative;
  display: block;
  width: 100%;
  height: 76px;
  overflow: hidden;
  color: rgba(116, 104, 82, 0.88);
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(216, 193, 138, 0.58);
  border-radius: 2px;
  box-shadow: 0 5px 4.5px rgba(122, 92, 41, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.friend-card::after {
  position: absolute;
  inset: 3.1px 3.3px -1.5px 3.0px;
  pointer-events: none;
  content: "";
  background: url("./assets/friend-card-frame-figma.svg") center / 100% 100% no-repeat;
}

.friend-card:hover,
.friend-card:focus-visible {
  outline: 0;
  border-color: rgba(199, 168, 103, 0.74);
  box-shadow: 0 7px 9px rgba(122, 92, 41, 0.11);
}

.friend-logo {
  position: absolute;
  display: block;
  pointer-events: none;
}

.friend-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.friend-logo--natcm {
  top: 14px;
  left: 13px;
  width: 211px;
  height: 25px;
  overflow: hidden;
}

.friend-logo--natcm img {
  width: 197px;
  margin-left: 7px;
}

.friend-logo--miit {
  inset: 0;
}

.friend-logo--miit .friend-logo-miit__emblem {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 30px;
  height: 33px;
}

.friend-logo--miit .friend-logo-miit__name {
  position: absolute;
  top: 13px;
  left: 54px;
  width: 132px;
  height: 27px;
}

.friend-logo--nmpa {
  top: 10px;
  left: 18px;
  width: 166px;
  height: 33px;
}

.friend-logo--moa {
  top: 14px;
  left: 17px;
  width: 170px;
  height: 22px;
}

.friend-logo--zhonghaoyao {
  top: 8px;
  left: 16px;
  width: 135px;
  height: 37px;
}

.friend-logo--custom {
  top: 10px;
  left: 18px;
  right: 18px;
  height: 32px;
}

.friend-logo--text {
  top: 10px;
  left: 16px;
  right: 16px;
  color: #675432;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  white-space: normal;
}

.friend-url {
  position: absolute;
  top: 43px;
  left: 0;
  display: block;
  width: 100%;
  color: rgba(116, 104, 82, 0.88);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
}

.friend-card--zhonghaoyao .friend-url {
  top: 46px;
}

.friend-card--textual .friend-url {
  top: 50px;
}

.page-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(120, 18, 22, 0.86) 0%, rgba(120, 18, 22, 0.58) 50%, rgba(120, 18, 22, 0.2) 100%),
    url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg") center / cover no-repeat;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background:
    linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.42) 48%, transparent 51%),
    linear-gradient(45deg, transparent 46%, rgba(199, 168, 103, 0.38) 48%, transparent 50%);
  background-size: 42px 42px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 82px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(247, 244, 236, 0.76);
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.page-hero h1 {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.page-hero p {
  width: min(660px, 78vw);
  margin: 13px 0 0;
  color: rgba(247, 244, 236, 0.88);
  font-size: 17px;
  line-height: 30px;
}

.section-landing-page .page-hero {
  height: 460px;
  min-height: 420px;
}

.section-landing-page .page-hero .container {
  padding-top: 200px;
}

.section-landing-page .page-hero h1 {
  font-size: clamp(46px, 4.8vw, 68px);
  line-height: 1.14;
  text-shadow: 0 10px 28px rgba(42, 12, 10, 0.24);
}

.section-landing-page .page-hero p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 32px;
}

.subpage .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
}

.subpage-hero {
  position: relative;
  height: 560px;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg") center / cover no-repeat;
}

.subpage-hero::after {
  display: none;
  content: none;
}

.subpage-hero__shade {
  display: none;
}

.subpage-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 82px;
}

.subpage-hero__title {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 0 0 0 3px;
  text-shadow: 0 10px 28px rgba(31, 18, 12, 0.3);
}

.subpage-hero__title::after {
  display: block;
  width: min(360px, 46vw);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #fff7dc 0%, rgba(224, 170, 79, 0.9) 42%, rgba(255, 247, 220, 0) 100%);
  box-shadow: 0 4px 18px rgba(224, 170, 79, 0.24);
}

.subpage-hero__title h1 {
  margin: 0;
  color: #fff7dc;
  font-family: var(--serif);
  font-size: clamp(46px, 4.8vw, 70px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(31, 18, 12, 0.34);
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(120, 18, 22, 0.88) 0%, rgba(120, 18, 22, 0.64) 52%, rgba(120, 18, 22, 0.26) 100%),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat,
    url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg") center / cover no-repeat;
}

.page-main {
  padding: 56px 0 82px;
  background: rgba(247, 244, 236, 0.96);
}

.page-crumb-bar {
  position: relative;
  z-index: 2;
  background: rgba(255, 253, 247, 0.96);
  border-bottom: 1px solid rgba(216, 193, 138, 0.34);
}

.page-crumb-bar .container {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  color: rgba(65, 58, 45, 0.72);
  font-size: 14px;
  line-height: 20px;
}

.page-crumb-bar a {
  color: rgba(65, 58, 45, 0.76);
  transition: color 0.2s ease;
}

.page-crumb-bar a:hover,
.page-crumb-bar a:focus-visible {
  color: var(--chu-red);
}

.page-crumb-bar span:last-child {
  color: var(--chu-red);
  font-weight: 600;
}

.page-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.page-sidebar {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(199, 168, 103, 0.5);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(96, 67, 30, 0.08);
}

.page-sidebar h2 {
  margin: 0;
  padding: 22px 24px;
  color: var(--paper);
  font-size: 20px;
  line-height: 28px;
  background: var(--chu-red);
}

.page-sidebar a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--text);
  font-size: 15px;
  line-height: 22px;
  border-top: 1px solid rgba(199, 168, 103, 0.22);
  transition: color 0.18s ease, background 0.18s ease;
}

.page-sidebar a:hover,
.page-sidebar a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.06);
}

.page-sidebar a.active {
  font-weight: 700;
}

.page-content {
  min-width: 0;
}

.content-panel {
  position: relative;
  padding: 38px 42px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.46);
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(96, 67, 30, 0.08);
}

.content-panel + .content-panel,
.content-grid + .content-panel,
.content-panel + .content-grid {
  margin-top: 28px;
}

.content-panel h2,
.content-card h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 26px;
  line-height: 36px;
}

.content-panel h3,
.content-card h3 {
  margin: 0 0 12px;
  color: var(--chu-red);
  font-size: 19px;
  line-height: 28px;
}

.content-panel p,
.content-card p {
  margin: 0 0 14px;
  color: rgba(64, 64, 64, 0.84);
  font-size: 16px;
  line-height: 30px;
}

.content-panel p:last-child,
.content-card p:last-child {
  margin-bottom: 0;
}

.leadership-hero {
  background:
    linear-gradient(90deg, rgba(120, 18, 22, 0.9), rgba(120, 18, 22, 0.62) 54%, rgba(120, 18, 22, 0.28)),
    url("./assets/intro-bg-linework.png") right bottom / 640px auto no-repeat,
    url("./assets/about-hero-field-base.png") center / cover no-repeat;
}

.leadership-page-main {
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.98), rgba(255, 253, 249, 0.96));
}

.leadership-content {
  display: block;
}

.leadership-list-panel {
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(96, 67, 30, 0.08);
}

.leadership-list-head,
.leadership-group h3 {
  position: relative;
  padding-left: 30px;
  background: rgba(246, 243, 238, 0.92);
}

.leadership-list-head::before,
.leadership-group h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: var(--herb-green);
}

.leadership-list-head {
  padding: 30px 36px 30px 36px;
}

.leadership-list-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1.25;
}

.leadership-list-head p {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(64, 64, 64, 0.76);
  font-size: 15px;
  line-height: 28px;
}

.leadership-group {
  border-top: 1px solid rgba(216, 193, 138, 0.28);
}

.leadership-group h3 {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.leadership-name-list {
  margin: 0;
}

.leadership-name-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 88px;
  border-top: 1px solid rgba(216, 193, 138, 0.18);
}

.leadership-name-list dt,
.leadership-name-list dd {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.leadership-name-list dt {
  padding: 0 28px;
  color: var(--herb-green);
  font-weight: 800;
}

.leadership-name-list dd {
  flex-wrap: wrap;
  gap: 34px;
  padding: 0 34px;
  color: var(--ink);
}

.leadership-name-list a,
.leadership-name-list span {
  color: inherit;
  transition: color 0.2s ease;
}

.leadership-name-list a:hover,
.leadership-name-list a:focus-visible {
  color: var(--chu-red);
  outline: none;
}

.leadership-note {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  padding: 24px 34px;
  background: linear-gradient(90deg, rgba(57, 113, 71, 0.06), rgba(199, 168, 103, 0.06));
  border-top: 1px solid rgba(216, 193, 138, 0.28);
}

.leadership-note strong {
  color: var(--herb-green);
  font-size: 18px;
  line-height: 28px;
}

.leadership-note p {
  margin: 0;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  line-height: 28px;
}

.about-content {
  display: grid;
  gap: 26px;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 374px;
  gap: 28px;
  align-items: start;
}

.about-profile__copy {
  min-width: 0;
}

.content-panel .about-lede {
  color: var(--ink);
  font-size: 18px;
  line-height: 32px;
}

.about-profile__media {
  margin: 0;
  align-self: start;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.92);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.about-profile__media img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}

.about-profile__media figcaption {
  padding: 14px 18px 16px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-top: 1px solid rgba(199, 168, 103, 0.22);
}

.about-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-fact {
  padding: 18px 16px 16px;
  text-align: center;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(96, 67, 30, 0.07);
}

.about-fact strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 30px;
}

.about-fact span {
  display: block;
  margin-top: 7px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 20px;
}

.about-mission {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.about-mission__stamp {
  width: 82px;
  height: 82px;
  padding: 12px;
  background: rgba(247, 244, 236, 0.84);
  border: 1px solid rgba(199, 168, 103, 0.36);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(96, 67, 30, 0.08);
}

.about-mission__stamp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-eyebrow,
.about-mini-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-mission h2,
.about-mini-title h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 26px;
  line-height: 38px;
}

.about-mission p,
.about-section-head p,
.about-honor p {
  margin: 0;
  color: rgba(64, 64, 64, 0.84);
  font-size: 16px;
  line-height: 30px;
}

.about-mission-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  grid-column: 1 / -1;
}

.about-mission-list li {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  background: rgba(247, 244, 236, 0.76);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 3px;
}

.about-mission-list strong {
  color: var(--chu-red);
  font-size: 15px;
  line-height: 24px;
}

.about-mission-list span {
  color: rgba(64, 64, 64, 0.82);
  font-size: 15px;
  line-height: 24px;
}

.about-section {
  display: grid;
  gap: 18px;
}

.about-section-head {
  display: grid;
  gap: 12px;
}

.about-section-head--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.about-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.about-link:hover {
  color: #fff;
  background: var(--chu-red);
  border-color: var(--chu-red);
}

.about-link--block {
  margin-top: 18px;
}

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

.about-service-card {
  min-height: 176px;
  padding: 24px 24px 22px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(96, 67, 30, 0.07);
}

.about-service-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(167, 28, 33, 0.48);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.about-service-card h3 {
  margin: 0 0 12px;
  color: var(--chu-red);
  font-size: 19px;
  line-height: 28px;
}

.about-service-card p {
  margin: 0;
  color: rgba(64, 64, 64, 0.82);
  font-size: 15px;
  line-height: 26px;
}

.about-timeline {
  display: grid;
  gap: 14px;
}

.about-timeline article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px;
  background: rgba(247, 244, 236, 0.8);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 4px;
}

.about-timeline time {
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.about-timeline strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 26px;
}

.about-timeline span {
  display: block;
  color: rgba(64, 64, 64, 0.8);
  font-size: 15px;
  line-height: 24px;
}

.about-org-honor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.about-org,
.about-honor {
  min-height: 100%;
}

.about-mini-title {
  margin-bottom: 18px;
}

.about-org-chart {
  display: grid;
  gap: 16px;
}

.about-org-chart > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  color: var(--paper);
  font-size: 18px;
  line-height: 26px;
  background: linear-gradient(180deg, var(--chu-red), var(--chu-red-dark));
  border-radius: 3px;
  box-shadow: 0 12px 24px rgba(167, 28, 33, 0.2);
}

.about-org-chart div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-org-chart span,
.about-honor-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 12px;
  color: rgba(64, 64, 64, 0.86);
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  background: rgba(247, 244, 236, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 3px;
}

.about-honor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background:
    linear-gradient(90deg, rgba(167, 28, 33, 0.94), rgba(167, 28, 33, 0.84)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.25);
  border-radius: 4px;
  box-shadow: 0 18px 36px rgba(96, 67, 30, 0.12);
}

.about-cta span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 248, 231, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.about-cta .solid-btn {
  min-width: 132px;
  background: #fff;
  color: var(--chu-red);
}

.about-cta .contact-btn {
  min-width: 132px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  background: transparent;
}

.about-cta .contact-btn:hover {
  color: var(--chu-red);
  background: #fff;
  border-color: #fff;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.content-card,
.news-list a,
.service-card,
.contact-card {
  position: relative;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(96, 67, 30, 0.07);
}

.content-card {
  min-height: 188px;
  padding: 28px 30px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.metric-item {
  min-height: 94px;
  padding: 18px 12px;
  text-align: center;
  background: rgba(247, 244, 236, 0.78);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 3px;
}

.metric-item strong {
  display: block;
  color: var(--chu-red);
  font-size: 28px;
  line-height: 34px;
}

.metric-item span {
  display: block;
  margin-top: 7px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 20px;
}

.news-list {
  display: grid;
  gap: 16px;
}

.news-list a {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 96px;
  gap: 22px;
  align-items: center;
  min-height: 108px;
  padding: 20px 24px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.news-list a:hover {
  border-color: rgba(167, 28, 33, 0.36);
  box-shadow: 0 14px 28px rgba(96, 67, 30, 0.1);
}

.news-list time {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.news-list b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 28px;
}

.news-list span {
  display: block;
  margin-top: 7px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 22px;
}

.news-tag {
  justify-self: end;
  min-width: 76px;
  padding: 6px 12px;
  color: var(--herb-green);
  font-size: 13px;
  text-align: center;
  border: 1px solid rgba(57, 113, 71, 0.38);
  border-radius: 16px;
}

.news-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg") center / cover no-repeat;
}

/* Party building page: aligned with revised subpage system */
.party-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.98) 42%, rgba(255, 253, 248, 0.98)),
    url("./assets/intro-bg-paper.png") center top / 920px auto repeat;
}

.party-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/article-cover/seed/party/party-council-meeting.jpg") center 28% / cover no-repeat;
}

.party-main {
  padding: clamp(48px, 6vw, 82px) 0 86px;
}

.party-layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.party-side {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.party-side::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.78));
}

.party-side h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(73, 11, 15, 0.98), rgba(45, 91, 61, 0.84)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
}

.party-side a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 20px 0 22px;
  color: rgba(64, 64, 64, 0.86);
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background 0.18s ease;
}

.party-side a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.party-side a:hover,
.party-side a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.party-side a.active::before {
  opacity: 1;
}

.party-side span {
  color: rgba(57, 113, 71, 0.72);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.party-side strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.party-content {
  min-width: 0;
}

.party-section {
  position: relative;
  scroll-margin-top: 92px;
  margin-bottom: clamp(34px, 4vw, 52px);
}

.party-section__head {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.party-section__head--split {
  grid-template-columns: minmax(0, 420px) minmax(0, 520px);
  gap: 54px;
  align-items: center;
  justify-content: space-between;
}

.party-section__head p {
  margin: 0;
  color: rgba(64, 64, 64, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.party-section-title {
  margin: 0;
}

.party-section-title h2 {
  white-space: nowrap;
}

.party-feature,
.party-profile-card,
.party-channel,
.party-news-list,
.party-study-board {
  background: linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.party-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  overflow: hidden;
}

.party-profile-card {
  padding: clamp(28px, 4vw, 42px);
}

.party-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  margin-top: 24px;
}

.party-profile-copy {
  min-width: 0;
}

.party-profile-copy h3 {
  margin: 0 0 16px;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.38;
}

.party-profile-copy p {
  margin: 0;
  color: rgba(32, 32, 32, 0.82);
  font-size: 16px;
  line-height: 31px;
}

.party-profile-facts {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.party-profile-facts div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 4px;
}

.party-profile-facts dt,
.party-profile-facts dd {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.party-profile-facts dt {
  color: var(--chu-red);
  font-weight: 800;
}

.party-profile-facts dd {
  color: rgba(64, 64, 64, 0.78);
}

.party-profile-facts .empty-state {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 120px;
}

.party-profile-figure {
  display: grid;
  min-height: 320px;
  position: relative;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 6px;
}

.party-profile-figure img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.party-profile-figure:not(.is-empty) {
  display: block;
}

.party-profile-figure:not(.is-empty) .party-profile-placeholder {
  display: none;
}

.party-profile-placeholder {
  width: calc(100% - 48px);
  min-height: 180px;
}

.party-feature__media,
.party-feature__media img {
  min-height: 430px;
}

.party-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.party-feature__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 46px);
}

.party-feature__content::before {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 82px;
  height: 82px;
  content: "";
  opacity: 0.08;
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
}

.party-card-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding-left: 16px;
}

.party-card-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 26px;
  content: "";
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.92));
  border-radius: 2px;
  transform: translateY(-50%);
}

.party-card-title h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.party-card-title::after {
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(199, 168, 103, 0.55), transparent);
}

.party-feature__content h3 {
  margin: 18px 0 14px;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 40px;
}

.party-feature__content p {
  margin: 0;
  color: rgba(32, 32, 32, 0.84);
  font-size: 16px;
  line-height: 31px;
}

.party-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.party-feature__meta span,
.party-news-list em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  color: var(--chu-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  background: rgba(167, 28, 33, 0.08);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
}

.party-feature__content > a,
.party-discipline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 30px;
  padding: 0 24px;
  color: #fffdf8;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  background: var(--chu-red);
  border: 1px solid var(--chu-red);
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.party-feature__content > a:hover,
.party-feature__content > a:focus-visible,
.party-discipline a:hover,
.party-discipline a:focus-visible {
  background: var(--herb-green);
  border-color: var(--herb-green);
  transform: translateY(-2px);
}

.party-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.party-channel {
  position: relative;
  min-height: 196px;
  padding: 28px 26px 24px 82px;
  overflow: hidden;
  color: inherit;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 223, 0.82));
  border: 1px solid rgba(216, 193, 138, 0.5);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.party-channel::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.86), rgba(199, 168, 103, 0.62));
}


.party-channel:hover,
.party-channel:focus-visible {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
  transform: translateY(-2px);
}

.party-channel b {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(167, 28, 33, 0.86);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 50%;
}

.party-channel strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 29px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.28);
}

.party-channel span {
  display: block;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.party-channel em {
  display: inline-flex;
  margin-top: 16px;
  color: var(--herb-green);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
}

.party-news-zone {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(216, 193, 138, 0.46);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.party-activities-zone {
  display: grid;
  gap: 22px;
}

.party-activities-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 24px;
  align-items: end;
  padding: 26px 30px;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.78));
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 6px;
}

.party-activities-head p {
  margin: 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  line-height: 27px;
}

.party-activity-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.party-activity-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--chu-red);
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.party-activity-tabs a:hover,
.party-activity-tabs a:focus-visible {
  color: #fffdf8;
  background: var(--chu-red);
  border-color: var(--chu-red);
  outline: none;
}

.party-activity-section {
  scroll-margin-top: 110px;
}

.party-study-zone {
  display: block;
}

.party-news-zone .party-news-list {
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.party-news-figure {
  align-self: stretch;
  margin: 24px 24px 24px 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 6px;
  box-shadow: none;
}

.party-news-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.party-list-head {
  padding: 24px 30px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.32);
}

.party-study-board .party-card-title {
  grid-column: 1 / -1;
  margin-bottom: 6px;
}

.party-news-list a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 108px;
  padding: 20px 30px;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: background 0.18s ease;
}

.party-news-list a:hover,
.party-news-list a:focus-visible {
  background: rgba(167, 28, 33, 0.045);
}

.party-news-list time {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 4px;
}

.party-news-list time strong {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 28px;
}

.party-news-list time span {
  color: rgba(167, 28, 33, 0.6);
  font-size: 12px;
  line-height: 16px;
}

.party-news-list b {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 27px;
}

.party-news-list small {
  display: block;
  margin-top: 6px;
  color: rgba(64, 64, 64, 0.66);
  font-size: 14px;
  line-height: 22px;
}

.party-news-list em {
  display: none;
}

.party-study-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 0 28px;
  padding: 28px 30px 30px;
  overflow: hidden;
}

.party-study-board a {
  grid-column: 1;
  display: block;
  padding: 18px 0;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
}

.party-study-board strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 26px;
}

.party-study-board span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.66);
  font-size: 14px;
  line-height: 22px;
}

.party-study-board small {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 4px 10px;
  color: var(--chu-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  background: rgba(167, 28, 33, 0.07);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 999px;
}

.party-study-board figure {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: stretch;
  margin: 18px 0 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 6px;
}

.party-study-board img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.party-discipline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 26px;
  align-items: center;
  padding: 28px 32px;
  overflow: hidden;
  color: #fffdf8;
  background:
    linear-gradient(90deg, rgba(117, 17, 22, 0.97), rgba(167, 28, 33, 0.9) 58%, rgba(57, 113, 71, 0.78)),
    url("./assets/intro-bg-linework.png") right center / 560px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(96, 67, 30, 0.12);
}

.party-discipline span {
  grid-column: 1;
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.party-discipline h2 {
  grid-column: 1;
  margin: 4px 0 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 38px;
}

.party-discipline p {
  grid-column: 1;
  max-width: 720px;
  margin: 6px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 15px;
  line-height: 27px;
}

.party-discipline a {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 46px;
  padding: 0 24px;
  color: var(--chu-red);
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  background: #fffdf8;
  border: 1px solid #fffdf8;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.party-discipline a:hover,
.party-discipline a:focus-visible {
  color: var(--chu-red);
  background: #fff;
  transform: translateY(-2px);
}

.news-detail-main.is-party-detail {
  background:
    radial-gradient(circle at 88% 6%, rgba(167, 28, 33, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.98));
}

.news-detail-main.is-gap-detail {
  background:
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.news-index-main,
.news-detail-main {
  background:
    radial-gradient(circle at 88% 8%, rgba(199, 168, 103, 0.16), transparent 20rem),
    linear-gradient(180deg, #fbfaf5 0%, #f4eddf 100%);
}

.news-layout {
  align-items: start;
}

.news-sidebar {
  top: 28px;
}

.news-sidebar a {
  position: relative;
  justify-content: space-between;
}

.news-sidebar a::after {
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.55;
  transform: rotate(45deg);
}

.news-index-content {
  display: grid;
  gap: 28px;
}

.news-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.news-eyebrow::before {
  width: 22px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.news-category-section {
  scroll-margin-top: 28px;
}

.news-category-section.is-filter-hidden {
  display: none;
}

.news-section-head {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.35);
}

.news-section-head span {
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  white-space: nowrap;
}

.news-section-head h2 {
  margin: 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.news-list--rich a {
  grid-template-columns: 86px minmax(0, 1fr) 92px;
  gap: 18px;
  min-height: 116px;
  padding: 18px 22px;
}

.news-list--rich time {
  display: grid;
  place-items: center;
  min-height: 76px;
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 2px;
}

.news-list--rich time strong {
  display: block;
  font-size: 21px;
  line-height: 24px;
}

.news-list--rich time span {
  margin-top: 4px;
  color: rgba(64, 64, 64, 0.62);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.news-list--rich > a > span {
  margin-top: 0;
}

.news-list--rich b {
  color: var(--ink);
  font-size: 17px;
  line-height: 27px;
}

.news-list--rich > a > span > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-pagination {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  font-family: var(--sans);
  border-top: 1px solid rgba(199, 168, 103, 0.18);
}

.list-pagination__inner {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.list-pagination__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.list-pagination .list-pagination__summary,
.list-pagination .list-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin: 0;
  color: rgba(64, 64, 64, 0.56);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.list-pagination .list-pagination__summary {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
  color: rgba(64, 64, 64, 0.62);
  border-right: 1px solid rgba(199, 168, 103, 0.34);
}

.list-pagination .list-pagination__ellipsis {
  width: 20px;
  color: rgba(167, 28, 33, 0.34);
}

.list-pagination__button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  color: rgba(64, 64, 64, 0.6);
  font: 700 13px / 1 var(--sans);
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.list-pagination__button--edge {
  min-width: 68px;
  color: rgba(64, 64, 64, 0.62);
}

.list-pagination__icon {
  font-size: 15px;
  line-height: 1;
}

.list-pagination .list-pagination__text,
.list-pagination .list-pagination__icon {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

.list-pagination__button:not(:disabled):hover,
.list-pagination__button:not(:disabled):focus-visible {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.05);
  border-color: rgba(167, 28, 33, 0.14);
  outline: none;
}

.list-pagination__button.is-active,
.list-pagination__button.is-active:not(:disabled):hover,
.list-pagination__button.is-active:not(:disabled):focus-visible {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.09);
  border-color: rgba(167, 28, 33, 0.18);
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(167, 28, 33, 0.56);
}

.list-pagination__button.is-active {
  cursor: default;
}

.list-pagination__button:disabled {
  color: rgba(64, 64, 64, 0.3);
  cursor: not-allowed;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 560px) {
  .list-pagination {
    margin-top: 18px;
    padding-top: 14px;
  }

  .list-pagination__inner {
    width: 100%;
    padding: 0;
  }

  .list-pagination__controls {
    gap: 4px;
  }

  .list-pagination .list-pagination__summary {
    height: 30px;
  }

  .list-pagination__button {
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
  }

  .list-pagination__button--edge {
    min-width: 62px;
  }
}

.news-article {
  padding: 44px 48px 36px;
}

.news-article-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
}

.news-article-header .news-eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.news-article-header h1 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 46px;
}

.news-article-header .article-meta {
  justify-content: center;
  margin-top: 18px;
}

.news-article-cover {
  margin: 0 0 30px;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.9);
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 4px;
}

.news-article-video {
  margin: 0 0 30px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #141712;
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 4px;
}

.news-article-video video {
  display: block;
  width: 100%;
  height: 100%;
  background: #141712;
}

.news-article-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.news-article-body {
  color: rgba(32, 32, 32, 0.86);
  font-size: 17px;
  line-height: 32px;
}

.news-article-body p {
  margin: 0 0 18px;
}

.news-article-body .news-article-media,
.news-article-body p:has(> img:only-child),
.news-article-body figure {
  display: grid;
  justify-items: center;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  text-indent: 0;
}

.news-article-body img,
.news-article-body .news-article-inline-image {
  display: block;
  width: auto;
  max-width: min(100%, 820px);
  height: auto;
  margin: 0 auto;
  float: none;
}

.news-article-body video,
.news-article-body .news-article-inline-video {
  display: block;
  width: min(100%, 820px);
  max-height: 540px;
  margin: 0 auto;
  background: #141712;
  border-radius: 4px;
}

.news-article-body figcaption,
.news-article-body .news-article-media + p,
.news-article-body p:has(> img:only-child) + p {
  color: rgba(32, 32, 32, 0.72);
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  text-indent: 0;
}

.news-article-body h2 {
  margin: 28px 0 12px;
  color: var(--chu-red);
  font-size: 22px;
  line-height: 32px;
}

.news-article-attachments {
  margin-top: 30px;
  padding: 22px 24px;
  background: rgba(247, 244, 236, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 4px;
}

.news-article-attachments h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
  line-height: 28px;
}

.news-attachment-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0 16px;
  color: var(--herb-deep);
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(57, 113, 71, 0.18);
  border-radius: 3px;
}

.news-attachment-link:hover {
  color: var(--chu-red);
  border-color: rgba(167, 28, 33, 0.28);
}

.news-article-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(199, 168, 103, 0.34);
}

.news-article-footer a {
  min-height: 40px;
  padding: 9px 18px;
  color: var(--chu-red);
  font-size: 14px;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 2px;
}

.news-article-footer a:hover {
  color: var(--paper);
  background: var(--chu-red);
}

.article-header {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
}

.article-header h1 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 30px;
  line-height: 44px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(64, 64, 64, 0.66);
  font-size: 14px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  min-height: 176px;
  padding: 28px 26px;
}

.service-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 28px;
}

.service-card span {
  display: block;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  line-height: 26px;
}

.contact-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-4.png") center 50% / cover no-repeat;
}

.contact-page-hero .subpage-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 20, 12, 0.52) 0%, rgba(40, 20, 12, 0.12) 26%, rgba(40, 20, 12, 0) 48%),
    linear-gradient(90deg, rgba(40, 20, 12, 0.46) 0%, rgba(40, 20, 12, 0.1) 38%, rgba(40, 20, 12, 0) 64%);
}

.contact-page-main {
  padding-top: 64px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(247, 244, 236, 0.98)),
    var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: 28px;
  align-items: start;
}

.contact-info-panel,
.contact-form-panel,
.contact-map-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(216, 193, 138, 0.48);
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.07);
}

.contact-info-panel,
.contact-form-panel {
  padding: 34px 36px 36px;
}

.contact-section-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(216, 193, 138, 0.34);
}

.contact-section-head span,
.contact-map-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--herb-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.contact-section-head span::before,
.contact-map-copy > span::before {
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.contact-section-head h2,
.contact-map-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 38px;
}

.contact-section-head p,
.contact-map-copy p {
  margin: 10px 0 0;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  line-height: 28px;
}

.contact-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  min-height: 118px;
  padding: 14px 13px;
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid rgba(216, 193, 138, 0.3);
  border-radius: 4px;
}

.contact-info-list li > div {
  min-width: 0;
}

.contact-info-list li:last-child {
  border-bottom: 1px solid rgba(216, 193, 138, 0.3);
}

.contact-info-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.08);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 50%;
}

.contact-info-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.contact-info-list small {
  display: block;
  margin-bottom: 4px;
  color: rgba(64, 64, 64, 0.58);
  font-size: 12px;
  line-height: 17px;
}

.contact-info-list a,
.contact-info-list strong {
  display: inline-block;
  max-width: 100%;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-info-list a[href^="mailto"] {
  font-size: 15px;
  line-height: 22px;
}

.contact-info-list a:hover {
  color: var(--chu-red);
}

.contact-info-list p {
  margin: 4px 0 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 13px;
  line-height: 21px;
}

.contact-consult-box {
  margin-top: 18px;
  padding: 18px;
  background: rgba(247, 244, 236, 0.72);
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 4px;
}

.contact-consult-box h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 18px;
  line-height: 26px;
}

.contact-consult-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-consult-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 18px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.contact-consult-tags a:hover {
  color: #fff;
  background: var(--herb-green);
  border-color: var(--herb-green);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  align-content: start;
  gap: 9px;
  color: var(--text);
  font-size: 14px;
}

.contact-form label > span {
  color: var(--ink);
  font-weight: 700;
  line-height: 20px;
}

.contact-form .is-required > span::after {
  content: " *";
  color: var(--chu-red);
}

.contact-form__full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.search-panel input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 3px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--herb-green) 50%),
    linear-gradient(135deg, var(--herb-green) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  background: #fff;
  border-color: var(--herb-green);
  box-shadow: 0 0 0 3px rgba(57, 113, 71, 0.12);
}

.contact-form textarea {
  min-height: 144px;
  padding-top: 12px;
  resize: vertical;
}

.contact-captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
}

.contact-form .contact-captcha-row button {
  min-width: 0;
  height: 44px;
  color: var(--herb-green);
  font-size: 14px;
  font-weight: 700;
  background: rgba(57, 113, 71, 0.08);
  border: 1px solid rgba(57, 113, 71, 0.22);
  border-radius: 3px;
}

.contact-form .contact-captcha-row button:hover {
  color: #fff;
  background: var(--herb-green);
  border-color: var(--herb-green);
}

.contact-captcha-field small {
  color: rgba(64, 64, 64, 0.64);
  font-size: 13px;
  line-height: 18px;
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  align-items: center;
  gap: 12px;
}

.contact-form button,
.search-panel button {
  justify-self: start;
  min-width: 132px;
  height: 44px;
  color: var(--paper);
  font-weight: 700;
  background: var(--chu-red);
  border: 0;
  border-radius: 22px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.contact-form button:hover,
.search-panel button:hover {
  background: var(--herb-green);
}

.contact-form .contact-reset {
  min-width: 96px;
  color: var(--chu-red);
  background: transparent;
  border: 1px solid rgba(167, 28, 33, 0.28);
}

.contact-form .contact-reset:hover {
  color: #fff;
  background: var(--chu-red);
  border-color: var(--chu-red);
}

.contact-form__status {
  flex: 1 1 220px;
  min-height: 22px;
  margin: 0;
  color: var(--herb-green);
  font-size: 14px;
  line-height: 22px;
}

.contact-form__status.is-error {
  color: var(--chu-red);
}

.contact-map-card {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 0;
  margin-top: 28px;
}

.contact-map-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: #edf2e9;
}

.contact-map-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: 50% 50%;
}

.contact-map-visual img[hidden] {
  display: none;
}

.contact-map-state {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  text-align: center;
}

.contact-map-state[hidden] {
  display: none;
}

.contact-map-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.08), rgba(255, 253, 249, 0.16)),
    linear-gradient(90deg, rgba(117, 17, 22, 0.08), transparent 42%, rgba(57, 113, 71, 0.08));
}

.contact-map-copy {
  padding: 36px 42px;
}

.contact-map-copy p {
  max-width: 560px;
}

.contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-map-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: var(--chu-red);
  border: 1px solid var(--chu-red);
  border-radius: 22px;
}

.contact-map-actions a:hover {
  color: #fff;
  background: var(--herb-green);
  border-color: var(--herb-green);
}

.contact-record {
  margin-top: 18px !important;
  color: rgba(64, 64, 64, 0.58) !important;
  font-size: 13px !important;
  line-height: 22px !important;
}

.about-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-2.png") center 50% / cover no-repeat;
}

.about-page-hero .subpage-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 20, 12, 0.52) 0%, rgba(40, 20, 12, 0.12) 26%, rgba(40, 20, 12, 0) 48%),
    linear-gradient(90deg, rgba(40, 20, 12, 0.46) 0%, rgba(40, 20, 12, 0.1) 38%, rgba(40, 20, 12, 0) 64%);
}

.about-core-profilecard {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 5vw, 64px) 0 0;
}

.about-core-profilecard__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.about-core-profilecard__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-core-profilecard__lead {
  margin: 0;
  color: #5b554f;
  font-size: 17px;
  line-height: 32px;
}

.about-core-hero {
  position: relative;
  overflow: hidden;
  min-height: 548px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(91, 14, 17, 0.99) 0%, rgba(140, 27, 30, 0.94) 50%, rgba(140, 27, 30, 0.5) 100%),
    url("./assets/about-hero-field-base.png") right center / min(58vw, 820px) auto no-repeat,
    #8f171b;
}

.about-core-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.34;
  background:
    url("./assets/intro-bg-linework.png") left top / 720px auto no-repeat,
    linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.18) 48%, transparent 51%);
  background-size: 720px auto, 44px 44px;
}

.about-core-hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  content: "";
  pointer-events: none;
  opacity: 0.28;
  border: 1px solid rgba(219, 194, 138, 0.62);
  border-radius: 50%;
}

.about-core-hero__inner {
  position: relative;
  z-index: 1;
  padding: 176px 0 0;
}

.about-core-breadcrumb {
  margin-bottom: 46px;
  color: rgba(255, 248, 231, 0.78);
}

.about-core-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 680px) 360px;
  gap: 80px;
  align-items: start;
}

.about-core-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: rgba(219, 194, 138, 0.94);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-core-kicker::before {
  display: block;
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
}

.about-core-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.26;
}

.about-core-hero__copy p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 248, 231, 0.88);
  font-size: 18px;
  line-height: 34px;
}

.about-core-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.about-core-hero .solid-btn {
  background: #fff;
  color: var(--chu-red);
}

.about-core-hero .contact-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

.about-core-card {
  position: relative;
  min-height: 340px;
  padding: 32px 30px 28px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid rgba(219, 194, 138, 0.72);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.12);
}

.about-core-card::after {
  position: absolute;
  inset: 7px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(199, 168, 103, 0.45);
  border-radius: 4px;
}

.about-core-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  object-fit: contain;
}

.about-core-card strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 34px;
}

.about-core-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 24px;
}

.about-core-card dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.about-core-card dl div {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(199, 168, 103, 0.32);
}

.about-core-card dt,
.about-core-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.about-core-card dt {
  color: rgba(64, 64, 64, 0.56);
}

.about-core-card dd {
  color: var(--ink);
  font-weight: 700;
}

.about-core-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(219, 194, 138, 0.68);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.1);
}

.about-core-stats div {
  min-height: 112px;
  padding: 24px 26px 22px;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.about-core-stats div:nth-child(odd) {
  border-left: 0;
}

.about-core-stats div:nth-child(-n + 2) {
  border-top: 0;
}

.about-core-stats em {
  display: block;
  margin-bottom: 8px;
  color: rgba(57, 113, 71, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.about-core-stats strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 38px;
}

.about-core-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 22px;
}

.about-core-subnav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, 0.98);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
  box-shadow: 0 8px 24px rgba(96, 67, 30, 0.06);
}

.about-core-subnav .container {
  display: flex;
  align-items: center;
  height: 66px;
}

.about-core-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 66px;
  padding: 0 30px;
  color: rgba(64, 64, 64, 0.82);
  font-size: 16px;
  font-weight: 700;
  border-left: 1px solid rgba(199, 168, 103, 0.22);
}

.about-core-subnav a:first-child {
  border-left: 0;
}

.about-core-subnav a::after {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.about-core-subnav a:hover,
.about-core-subnav a.active {
  color: var(--chu-red);
}

.about-core-subnav a.active::after {
  opacity: 1;
}

.about-core-main {
  padding: 74px 0 88px;
  background:
    radial-gradient(circle at 8% 15%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f4ec 100%);
}

.about-core-layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.about-core-side {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.about-core-side::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.78));
}

.about-core-side h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(143, 23, 27, 0.98), rgba(167, 28, 33, 0.92)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
}

.about-core-side a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 20px 0 22px;
  color: rgba(64, 64, 64, 0.86);
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background 0.18s ease;
}

.about-core-side a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.about-core-side a:hover,
.about-core-side a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.about-core-side a.active::before {
  opacity: 1;
}

.about-core-side span {
  color: rgba(167, 28, 33, 0.52);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.about-core-side strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.about-core-content {
  min-width: 0;
}

.about-core-section {
  position: relative;
  margin-bottom: 52px;
}

[data-about-panel][hidden],
[data-news-panel][hidden],
[data-gap-panel][hidden],
[data-culture-panel][hidden],
[data-gepu-panel][hidden],
[data-party-panel][hidden] {
  display: none !important;
}

.about-core-section[data-about-panel].is-active,
[data-news-panel].is-active,
[data-gap-panel].is-active,
[data-culture-panel].is-active,
[data-gepu-panel].is-active,
[data-party-panel].is-active {
  animation: aboutPanelReveal 0.28s ease both;
}

@keyframes aboutPanelReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-core-section__head {
  max-width: 850px;
  margin-bottom: 28px;
}

.about-core-section__head--row {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(260px, 1fr);
  gap: 44px;
  max-width: none;
  align-items: end;
}

.about-core-section__head span,
.about-core-mission span,
.about-core-honor > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--herb-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.about-core-section__head h2,
.about-core-mission h2,
.about-core-honor h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 46px;
}

.about-core-section__head p {
  margin: 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 16px;
  line-height: 30px;
}

.about-core-intro {
  padding: 44px 48px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(216, 193, 138, 0.48);
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(96, 67, 30, 0.08);
}

.about-core-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: start;
}

.about-core-intro__article p {
  margin: 0 0 20px;
  color: rgba(32, 32, 32, 0.9);
  font-size: 18px;
  line-height: 34px;
}

.about-core-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-core-tags span {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
}

.about-core-intro__media {
  margin: 0;
  overflow: hidden;
  background: #f8f1df;
  border: 1px solid rgba(199, 168, 103, 0.36);
  border-radius: 6px;
}

.about-core-intro__media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.about-core-intro__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 330px;
  padding: 24px;
  color: rgba(91, 72, 43, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(239, 230, 210, 0.92));
}

.about-core-intro__media figcaption {
  padding: 16px 20px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.about-core-mission {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 38px 44px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(143, 23, 27, 0.96), rgba(167, 28, 33, 0.9)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(96, 67, 30, 0.12);
}

.about-core-mission__seal {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(219, 194, 138, 0.72);
  border-radius: 50%;
}

.about-core-mission__seal img {
  width: 58px;
  height: 78px;
  object-fit: contain;
}

.about-core-mission span,
.about-core-mission h2,
.about-core-mission p {
  color: inherit;
}

.about-core-mission span {
  color: rgba(219, 194, 138, 0.96);
}

.about-core-mission p {
  margin: 14px 0 0;
  color: rgba(255, 248, 231, 0.88);
  font-size: 17px;
  line-height: 32px;
}

.about-core-service-grid,
.about-core-service-list {
  display: grid;
  gap: 12px;
}

.about-core-service-grid article,
.about-core-service-list .about-rule-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(190px, 0.42fr);
  gap: 20px;
  align-items: center;
  min-height: 86px;
  padding: 20px 24px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.07);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.about-core-service-grid article:hover,
.about-core-service-list .about-rule-card:hover {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
}

.about-core-service-list .about-rule-card--link {
  cursor: pointer;
}

.about-core-service-list .about-rule-card:focus-visible {
  outline: 3px solid rgba(167, 28, 33, 0.2);
  outline-offset: 3px;
  border-color: rgba(167, 28, 33, 0.42);
}

.about-core-service-grid b,
.about-core-service-list b {
  display: block;
  margin-bottom: 0;
  color: rgba(167, 28, 33, 0.48);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 28px;
}

.about-core-service-grid strong,
.about-core-service-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 30px;
}

.about-core-service-grid span,
.about-core-service-list span {
  display: block;
  color: rgba(64, 64, 64, 0.8);
  font-size: 15px;
  line-height: 27px;
}

.about-core-timeline-section {
  padding: 44px 48px 48px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(216, 193, 138, 0.48);
  border-radius: 6px;
}

.about-core-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.about-core-timeline::before {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 42px;
  height: 1px;
  content: "";
  background: rgba(199, 168, 103, 0.55);
}

.about-core-timeline article {
  position: relative;
  padding-top: 76px;
}

.about-core-timeline article::before {
  position: absolute;
  top: 32px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--paper-strong);
  border: 5px solid var(--chu-red);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(167, 28, 33, 0.08);
}

.about-core-timeline time {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.about-core-timeline strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 17px;
  line-height: 26px;
}

.about-core-timeline span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.74);
  font-size: 14px;
  line-height: 24px;
}

.about-core-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 0;
  padding: 46px 48px 48px;
  background:
    radial-gradient(circle at 94% 12%, rgba(199, 168, 103, 0.13), transparent 16rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.86));
  border: 1px solid rgba(216, 193, 138, 0.5);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.08);
}

.about-core-honor {
  position: relative;
  padding: 30px 32px 32px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(96, 67, 30, 0.06);
}

#honor {
  scroll-margin-top: 108px;
}

.about-core-honor::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.72));
}

.about-core-honor h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 38px;
}

.about-core-certificate-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.about-core-certificate-wall figure {
  position: relative;
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0;
  min-height: 138px;
  padding: 14px 16px;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(96, 67, 30, 0.08);
}

.about-core-certificate-wall figure:first-child {
  grid-row: auto;
}

.certificate-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 108px;
  aspect-ratio: 1.38;
  overflow: hidden;
  color: rgba(167, 28, 33, 0.72);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(199, 168, 103, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(199, 168, 103, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf8, #f8f1df);
  background-size: 32px 32px, 32px 32px, auto;
  border: 1px solid rgba(199, 168, 103, 0.42);
}

.certificate-preview-trigger {
  width: 100%;
  padding: 8px;
  cursor: pointer;
  appearance: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.certificate-preview-trigger:hover,
.certificate-preview-trigger:focus-visible {
  border-color: rgba(167, 28, 33, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.82),
    0 14px 26px rgba(96, 67, 30, 0.12);
}

.certificate-preview-trigger:focus-visible {
  outline: 3px solid rgba(167, 28, 33, 0.26);
  outline-offset: 3px;
}

.certificate-preview-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  background: rgba(91, 14, 17, 0.78);
  border: 1px solid rgba(229, 205, 142, 0.42);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  pointer-events: none;
}

.certificate-preview-trigger:hover .certificate-preview-hint,
.certificate-preview-trigger:focus-visible .certificate-preview-hint {
  opacity: 1;
  transform: translateY(0);
}

.certificate-card--image .certificate-preview {
  padding: 8px;
  background: #fffdf8;
  border-color: rgba(199, 168, 103, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.certificate-card--image .certificate-preview img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: var(--certificate-fit, contain);
  background: #fff;
  box-shadow: 0 8px 18px rgba(96, 67, 30, 0.1);
}

.certificate-preview--portrait {
  aspect-ratio: 0.78;
  min-height: 132px;
  max-height: 168px;
  justify-self: center;
}

.certificate-preview::before,
.certificate-preview::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.certificate-preview::before {
  inset: 9px;
  border: 1px solid rgba(199, 168, 103, 0.42);
}

.certificate-preview::after {
  right: -18px;
  bottom: -24px;
  width: 100px;
  height: 100px;
  opacity: 0.08;
  border: 1px solid var(--chu-red);
  border-radius: 50%;
}

.certificate-card--image .certificate-preview::before,
.certificate-card--image .certificate-preview::after {
  display: none;
}

.about-core-certificate-wall figure:not(:first-child) .certificate-preview {
  min-height: 108px;
  font-size: 22px;
}

.about-core-certificate-wall figcaption {
  display: grid;
  gap: 8px;
  margin-top: 0;
  color: rgba(64, 64, 64, 0.68);
  font-size: 13px;
  line-height: 20px;
}

.about-core-certificate-wall figcaption strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 24px;
}

.about-core-certificate-wall figcaption small {
  color: rgba(167, 28, 33, 0.62);
  font-size: 12px;
  white-space: nowrap;
}

.about-core-honor p {
  margin: 14px 0 24px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 16px;
  line-height: 30px;
}

.certificate-viewer-open {
  overflow: hidden;
}

.certificate-viewer {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 36px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
  pointer-events: none;
}

.certificate-viewer.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.certificate-viewer__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(199, 168, 103, 0.18), transparent 24rem),
    rgba(22, 18, 16, 0.72);
  backdrop-filter: blur(6px);
}

.certificate-viewer__panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: calc(100vh - 72px);
  padding: 24px 24px 20px;
  overflow: auto;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.94));
  border: 1px solid rgba(216, 193, 138, 0.72);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
}

.certificate-viewer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(91, 14, 17, 0.92);
  border: 1px solid rgba(229, 205, 142, 0.5);
  border-radius: 50%;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.certificate-viewer__close::before,
.certificate-viewer__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  background: #fffdf8;
  transform-origin: center;
}

.certificate-viewer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.certificate-viewer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.certificate-viewer__close:hover,
.certificate-viewer__close:focus-visible {
  background: var(--chu-red);
  transform: translateY(-1px);
}

.certificate-viewer__close:focus-visible {
  outline: 3px solid rgba(229, 205, 142, 0.42);
  outline-offset: 3px;
}

.certificate-viewer__figure {
  display: grid;
  gap: 18px;
  margin: 0;
}

.certificate-viewer__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(199, 168, 103, 0.5);
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.12);
}

.certificate-viewer__figure figcaption {
  display: grid;
  gap: 6px;
  padding: 0 52px 0 2px;
}

.certificate-viewer__figure strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 34px;
}

.certificate-viewer__figure small {
  color: rgba(167, 28, 33, 0.68);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 36px 24px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(248, 241, 223, 0.78)),
    url("./assets/about-hero-field-base.png") center / cover no-repeat;
}

.redirect-brand {
  position: absolute;
  left: 36px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.redirect-brand__logo {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
}

.redirect-brand__logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.redirect-brand strong,
.redirect-brand small {
  display: block;
}

.redirect-brand strong {
  color: var(--chu-red);
  font-family: var(--brand-script);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.redirect-brand small {
  display: block;
  margin-top: 3px;
  color: rgba(64, 64, 64, 0.58);
  font-family: "Times New Roman", Georgia, serif;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.1em;
}

.redirect-panel {
  width: min(620px, 100%);
  padding: 44px 48px 48px;
  text-align: center;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 193, 138, 0.58);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(96, 67, 30, 0.14);
}

.redirect-panel span {
  color: var(--chu-red);
  font-size: 15px;
  font-weight: 700;
}

.redirect-panel h1 {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 42px;
  line-height: 54px;
}

.redirect-panel p {
  margin: 14px auto 26px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 16px;
  line-height: 30px;
}

.redirect-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #fffdf8;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(180deg, var(--chu-red), var(--chu-red-dark));
  border-radius: 999px;
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
}

.search-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-6.png") center 46% / cover no-repeat;
}

.search-page-hero .subpage-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 20, 12, 0.52) 0%, rgba(40, 20, 12, 0.12) 26%, rgba(40, 20, 12, 0) 48%),
    linear-gradient(90deg, rgba(40, 20, 12, 0.46) 0%, rgba(40, 20, 12, 0.1) 38%, rgba(40, 20, 12, 0) 64%);
}

.search-page-main {
  padding: clamp(40px, 5vw, 64px) 0 86px;
}

.search-panel-card {
  margin-bottom: 24px;
}

.search-suggest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.search-suggest > span {
  color: rgba(64, 64, 64, 0.6);
  font-size: 14px;
  font-weight: 700;
}

.search-suggest a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.search-suggest a:hover,
.search-suggest a:focus-visible {
  color: #fffdf8;
  background: var(--chu-red);
  border-color: var(--chu-red);
}

.search-results {
  display: grid;
  gap: 16px;
}

.search-results__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  color: rgba(64, 64, 64, 0.68);
}

.search-results__head span {
  color: var(--chu-red);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.search-results__head strong {
  color: rgba(32, 32, 32, 0.84);
  font-size: 16px;
  line-height: 26px;
}

.search-results__list {
  display: grid;
  gap: 12px;
}

.search-result-card {
  display: grid;
  gap: 8px;
  padding: 18px 22px;
  color: inherit;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.86));
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(96, 67, 30, 0.07);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.search-result-card:hover,
.search-result-card:focus-visible {
  border-color: rgba(167, 28, 33, 0.32);
  box-shadow: 0 18px 34px rgba(96, 67, 30, 0.11);
}

.search-result-card span {
  color: var(--chu-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.search-result-card strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.search-result-card p {
  margin: 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  line-height: 26px;
}

.empty-state {
  min-height: 160px;
  padding: 44px 24px;
  color: rgba(64, 64, 64, 0.72);
  text-align: center;
  background: rgba(247, 244, 236, 0.74);
  border: 1px dashed rgba(199, 168, 103, 0.58);
  border-radius: 4px;
}

.float-tools {
  position: fixed;
  top: 50%;
  right: clamp(18px, 2.22vw, 32px);
  z-index: 80;
  display: none;
  width: 66px;
  height: 262px;
  padding: 13px 0 12px;
  background: rgba(247, 244, 236, 0.98);
  border: 1px solid rgba(199, 168, 103, 0.7);
  border-radius: 34px;
  box-shadow: 0 14px 28px -12px rgba(80, 38, 18, 0.1);
  transform: translateY(-50%);
}

.float-tools::before {
  position: absolute;
  inset: 3px;
  content: "";
  pointer-events: none;
  border: 0.5px solid rgba(199, 168, 103, 0.7);
  border-radius: 31px;
}

.float-tools a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 58px;
  color: #404040;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.float-tools a:nth-child(2) {
  font-size: 10px;
}

.float-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 2px;
  color: var(--herb-green);
}

.float-icon-service::before {
  position: absolute;
  left: 4px;
  top: 6px;
  width: 14px;
  height: 10px;
  content: "";
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.float-icon-service::after {
  position: absolute;
  left: 2px;
  top: 10px;
  width: 18px;
  height: 8px;
  content: "";
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 4px;
}

.float-icon-qr {
  background:
    linear-gradient(currentColor, currentColor) 3px 3px / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) 14px 3px / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) 3px 14px / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) 12px 12px / 3px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 17px 17px / 3px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 17px 12px / 3px 3px no-repeat;
}

.float-icon-feedback::before {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 16px;
  height: 12px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 2px;
}

.float-icon-feedback::after {
  position: absolute;
  left: 8px;
  top: 15px;
  width: 7px;
  height: 7px;
  content: "";
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewX(-22deg);
}

.float-icon-top {
  color: var(--chu-red);
}

.float-icon-top::before {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 2px;
  height: 15px;
  content: "";
  background: currentColor;
}

.float-icon-top::after {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.site-footer {
  position: relative;
  overflow: hidden;
  height: 470px;
  color: rgba(247, 244, 236, 0.78);
  background: #a71c21;
  border-top: 2px solid var(--gold);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(45deg, transparent 46%, rgba(255, 255, 255, 0.42) 48%, transparent 50%),
    linear-gradient(-45deg, transparent 46%, rgba(255, 255, 255, 0.32) 48%, transparent 50%);
  background-size: 36px 36px;
}

.site-footer::after {
  position: absolute;
  right: -34px;
  bottom: 12px;
  left: -34px;
  height: 8px;
  content: "";
  opacity: 0.26;
  background:
    repeating-linear-gradient(90deg, rgba(199, 168, 103, 0.8) 0 4px, transparent 4px 217px),
    linear-gradient(90deg, transparent, rgba(199, 168, 103, 0.45), transparent);
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 72px));
  height: 374px;
  margin: 0 auto;
  padding: 0;
}

.footer-inner section {
  position: absolute;
  top: 60px;
  min-height: 238px;
  padding-left: 33px;
  border-left: 1px solid rgba(199, 168, 103, 0.42);
}

.footer-inner section:first-child {
  top: 50px;
  left: 0;
  width: 420px;
  height: 240px;
  padding-left: 0;
  border-left: 0;
}

.footer-inner section:nth-child(2) {
  left: 456px;
  width: 170px;
}

.footer-inner section:nth-child(3) {
  left: 686px;
  width: 170px;
}

.footer-inner section:nth-child(4) {
  left: 900px;
  width: 320px;
  height: 238px;
}

.footer-title {
  position: absolute;
  top: 0;
  left: 33px;
  display: block;
  width: 330px;
  height: 50px;
}

.footer-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  object-fit: contain;
}

.footer-title strong {
  display: block;
  position: absolute;
  top: 10px;
  left: 62px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

.footer-title .footer-title-seal {
  display: block;
  position: absolute;
  top: 12px;
  left: 310px;
  width: 21px;
  height: 28px;
  object-fit: fill;
}

.footer-inner .footer-brand > p {
  position: absolute;
  top: 57px;
  left: 33px;
  width: 330px;
  max-width: none;
  margin: 0;
  color: rgba(247, 244, 236, 0.88);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-inner h2 {
  margin: 0 0 36px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.footer-inner a,
.footer-inner p {
  display: block;
  margin: 0 0 10px;
  color: rgba(247, 244, 236, 0.88);
  font-size: 15px;
  line-height: 20px;
  opacity: 0.8;
}

.footer-inner .footer-brand > p {
  color: rgba(247, 244, 236, 0.88);
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}

.footer-inner section:nth-child(4) h2 {
  margin-bottom: 38px;
}

.footer-inner section:nth-child(4) p {
  width: 201px;
  margin-bottom: 10px;
  white-space: normal;
}

.footer-inner section:nth-child(4) .footer-contact-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  column-gap: 12px;
  align-items: start;
  width: 300px;
}

.footer-contact-row span {
  display: block;
  text-align: left;
  width: 86px;
  white-space: nowrap;
  color: rgba(247, 244, 236, 0.9);
}

.footer-contact-row span::after {
  content: "：";
}

.footer-contact-row strong {
  min-width: 0;
  color: rgba(247, 244, 236, 0.92);
  font: inherit;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.qr-row {
  position: absolute;
  top: 132px;
  left: 33px;
  display: block;
  width: 267px;
  height: 108px;
}

.footer-qr-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 108px;
  max-width: none;
  object-fit: cover;
  border: 1px solid rgba(199, 168, 103, 0.7);
  border-radius: 4px;
}

.footer-qr-copy {
  position: absolute;
  top: 42px;
  left: 124px;
  display: block;
  width: 143px;
  margin: 0;
  color: #d8bf83;
  font-size: 13px;
  line-height: 22px;
  white-space: nowrap;
}

.footer-qr-ornament {
  position: absolute;
  top: -29px;
  left: 0;
  width: 28.17px;
  height: 12.06px;
  max-width: none;
}

.footer-inner .footer-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 112px;
  height: 32px;
  margin-top: 12px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(170deg, #397147 20%, #185527 88%);
  border: 1px solid rgba(199, 168, 103, 0.88);
  border-radius: 18px;
  font-size: 15px;
  line-height: 18px;
  opacity: 1;
  white-space: nowrap;
}

.footer-gap-icon {
  display: block;
  width: 15.3px;
  height: 15.3px;
  max-width: none;
}

.site-footer--revision {
  height: auto;
  min-height: 0;
  padding: 0 0 10px;
}

.site-footer--revision .footer-inner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto;
  gap: clamp(42px, 5.5vw, 96px);
  align-items: center;
  height: auto;
  width: min(1280px, calc(100% - clamp(72px, 11vw, 180px)));
  padding-top: 20px;
  padding-bottom: 14px;
}

.site-footer--revision .footer-brand {
  display: block;
  align-content: start;
}

.site-footer--revision .footer-nav {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.site-footer--revision .footer-nav h2 {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 28px;
}

.site-footer--revision .footer-nav a {
  color: rgba(247, 244, 236, 0.82);
  font-size: 15px;
  line-height: 22px;
  transition: color 0.18s ease;
}

.site-footer--revision .footer-nav a:hover,
.site-footer--revision .footer-nav a:focus-visible {
  color: #fff;
}

.site-footer--revision .footer-inner section,
.site-footer--revision .footer-inner section:first-child,
.site-footer--revision .footer-inner section:nth-child(2),
.site-footer--revision .footer-inner section:nth-child(3),
.site-footer--revision .footer-inner section:nth-child(4) {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  min-height: 0;
  padding-left: 0;
  border-left: 0;
}

.site-footer--revision .footer-side {
  display: grid;
  grid-template-columns: minmax(292px, 348px) auto;
  align-items: center;
  gap: 20px;
  justify-self: end;
}

.site-footer--revision .footer-contact {
  flex: 0 0 min(36%, 390px);
  min-width: 292px;
  padding-left: 30px;
  border-left: 1px solid rgba(199, 168, 103, 0.38);
}

.site-footer--revision .footer-follow {
  min-width: 0;
  justify-self: start;
  padding-left: 0;
  border-left: 0;
}

.site-footer--revision .footer-title {
  --site-brand-logo-size: clamp(48px, 3.5vw, 52px);
  --site-brand-title-size: clamp(35px, 2.68vw, 39px);
  --site-brand-subtitle-size: clamp(10px, 0.78vw, 11.4px);
  --site-brand-gap: clamp(6px, 0.62vw, 8px);
  grid-area: title;
  position: static;
  top: auto;
  left: auto;
  display: grid;
  grid-template-columns: var(--site-brand-logo-size) max-content;
  align-items: center;
  gap: var(--site-brand-gap);
  width: max-content;
  max-width: 100%;
  height: var(--site-brand-logo-size);
  min-width: 0;
}

.site-footer--revision .footer-title .footer-title-seal,
.site-footer--revision .footer-gap {
  display: none;
}

.site-footer--revision .footer-inner .footer-brand > p {
  position: relative;
  top: auto;
  left: auto;
  width: min(100%, 560px);
  margin-top: 12px;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.45;
}

.site-footer--revision .footer-brand > .qr-row {
  display: none;
}

.site-footer--revision .qr-row {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  grid-template-columns: 76px;
  gap: 6px;
  justify-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
}

.site-footer--revision .footer-qr-code {
  position: relative;
  width: 76px;
  height: 76px;
}

.site-footer--revision .footer-qr-copy {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  color: #d8bf83;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  white-space: normal;
}

.site-footer--revision .footer-qr-empty {
  display: grid;
  place-items: center;
  width: 76px;
  min-height: 76px;
  padding: 8px;
  color: rgba(247, 244, 236, 0.72);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  border: 1px dashed rgba(216, 191, 131, 0.45);
  border-radius: 6px;
}

.site-footer--revision .footer-qr-ornament {
  display: none;
}

.site-footer--revision .footer-contact h2 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.site-footer--revision .footer-contact .footer-contact-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  width: 100%;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
}

.site-footer--revision .footer-contact-row span {
  width: auto;
  color: rgba(216, 191, 131, 0.95);
  font-weight: 700;
  text-align: right;
}

.site-footer--revision .footer-contact-row strong {
  color: rgba(247, 244, 236, 0.92);
  font-weight: 600;
}

.site-footer--revision .copyright {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(1280px, calc(100% - clamp(72px, 11vw, 180px)));
  margin: 0 auto;
  padding: 8px 24px 0;
  font-size: 12px;
  line-height: 17px;
}

.site-footer--revision.site-footer--visit-visible .copyright {
  display: block;
  padding-right: min(30vw, 360px);
  text-align: left;
}

.site-footer--revision .footer-visit-count {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1280px, calc(100% - clamp(72px, 11vw, 180px)));
  margin: 2px auto 0;
  padding: 0 24px;
  color: rgba(247, 244, 236, 0.72);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.site-footer--revision.site-footer--visit-visible .footer-visit-count {
  position: absolute;
  right: max(24px, calc((100% - 1280px) / 2 + 24px));
  bottom: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  color: rgba(247, 244, 236, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
}

.site-footer--revision .footer-visit-count span {
  color: #f5d58f;
  font-weight: 700;
}

.site-footer--revision .copyright a,
.copyright a {
  color: inherit;
  text-decoration: none;
}

.site-footer--revision .copyright a:hover,
.site-footer--revision .copyright a:focus-visible,
.copyright a:hover,
.copyright a:focus-visible {
  color: #f5d58f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright {
  position: absolute;
  right: 0;
  bottom: 51px;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 24px 24px 0;
  color: rgba(216, 191, 131, 0.86);
  border-top: 1px solid #8e1216;
  box-shadow: 0 1px 0 #c9363b inset;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .site-footer--revision {
    padding-bottom: 16px;
  }

  .site-footer--revision .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(100% - 40px, 760px);
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .site-footer--revision .footer-brand {
    display: block;
  }

  .site-footer--revision .footer-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .site-footer--revision .footer-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 8px;
    flex: none;
    min-width: 0;
    width: 100%;
    padding: 14px 0 0;
    border-top: 1px solid rgba(199, 168, 103, 0.38);
    border-left: 0;
  }

  .site-footer--revision .footer-follow {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: auto;
    padding: 14px 0 0;
    border-top: 1px solid rgba(199, 168, 103, 0.38);
    border-left: 0;
  }

  .site-footer--revision .footer-contact h2 {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }

  .site-footer--revision .footer-follow .qr-row {
    justify-self: end;
    padding-left: 0;
  }

  .site-footer--revision .footer-nav {
    width: 100%;
    padding: 28px 0 0;
    border-top: 1px solid rgba(199, 168, 103, 0.38);
  }

  .site-footer--revision .footer-contact .footer-contact-row {
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .site-footer--revision .footer-contact-row span {
    text-align: left;
  }

  .site-footer--revision .copyright {
    width: min(100% - 40px, 760px);
    padding-top: 8px;
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-footer--revision .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    width: min(100% - 56px, 980px);
  }

  .site-footer--revision .footer-side {
    grid-template-columns: minmax(260px, 340px) auto;
    gap: 22px;
  }

  .site-footer--revision .footer-contact {
    min-width: 260px;
    padding-left: 28px;
  }

  .site-footer--revision .qr-row {
    padding-left: 0;
  }

  .site-footer--revision .copyright {
    width: min(100% - 56px, 980px);
  }

  .main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 24px;
  }

  .brand {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    height: auto;
    width: 252px;
    min-width: 252px;
  }

  .brand-logo-wrap {
    position: static;
    width: 52px;
    height: 52px;
    padding: 0;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-copy {
    position: static;
    width: auto;
    height: auto;
  }

  .nav-content {
    gap: 18px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .gap-entry {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .intro-grid,
  .news-grid {
    gap: 36px;
  }

  .activity-panel,
  .notice-panel {
    padding: 42px 36px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
  }

  .main-nav {
    height: auto;
    min-height: 84px;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .nav-content {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 0 0 22px;
  }

  .nav-content.open {
    display: flex;
  }

  .nav-links {
    position: static;
    display: grid;
    width: 100%;
    height: auto;
    gap: 0;
  }

  .nav-links li,
  .nav-links li:nth-child(1),
  .nav-links li:nth-child(2),
  .nav-links li:nth-child(3),
  .nav-links li:nth-child(4),
  .nav-links li:nth-child(5),
  .nav-links li:nth-child(6),
  .nav-links li:nth-child(7),
  .nav-links li:nth-child(8) {
    width: 100%;
  }

  .nav-links a {
    height: auto;
    padding: 13px 0;
    text-align: left;
  }

  .has-submenu::after {
    display: none;
  }

  .submenu {
    position: static;
    left: auto;
    width: 100%;
    height: auto;
    padding: 10px 14px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .submenu a,
  .submenu a:nth-child(1),
  .submenu a:nth-child(2),
  .submenu a:nth-child(3),
  .submenu a:nth-child(4) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 34px;
  }

  .nav-actions {
    display: none;
    justify-content: flex-start;
  }

  .hero {
    height: 360px;
  }

  .hero-copy {
    top: 96px;
    left: 36px;
  }

  .hero-arrow,
  .float-tools,
  .hero-note {
    display: none;
  }

  .container {
    width: min(100% - 36px, 760px);
  }

  .intro-section,
  .news-section,
  .base-section,
  .partners-section,
  .links-section {
    min-height: auto;
  }

  .base-section {
    height: auto;
  }

  .intro-grid,
  .news-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .page-sidebar {
    position: static;
  }

  .culture-herb-browser,
  .culture-herb-detail {
    grid-template-columns: 1fr;
  }

  .culture-herb-detail figure {
    height: 260px;
    min-height: 260px;
  }

  .culture-herb-plate {
    height: 260px;
    min-height: 260px;
  }

  .leadership-name-list div,
  .leadership-note {
    grid-template-columns: 1fr;
  }

  .leadership-name-list dt,
  .leadership-name-list dd {
    padding: 0 24px;
  }

  .leadership-name-list dt {
    min-height: 54px;
    align-items: flex-end;
  }

  .leadership-name-list dd {
    min-height: 58px;
    align-items: flex-start;
    padding-top: 8px;
  }

  .leadership-note {
    gap: 8px;
    padding: 22px 24px;
  }

  .culture-herb-browser__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .culture-herb-detail figure::after {
    background: linear-gradient(180deg, transparent 58%, rgba(255, 253, 248, 0.72));
  }

  .about-core-hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(91, 14, 17, 0.98), rgba(140, 27, 30, 0.84)),
      url("./assets/about-hero-field-base.png") center / cover no-repeat;
  }

  .about-core-hero__inner {
    padding: 34px 0 0;
  }

  .about-core-breadcrumb {
    margin-bottom: 40px;
  }

  .about-core-hero__grid,
  .about-core-intro__grid,
  .about-core-section__head--row,
  .about-core-bottom {
    grid-template-columns: 1fr;
  }

  .about-core-bottom {
    padding: 30px 24px;
  }

  .about-core-hero__grid {
    gap: 36px;
  }

  .about-core-card {
    max-width: 460px;
  }

  .about-core-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-core-service-grid,
  .about-core-service-list {
    grid-template-columns: 1fr;
  }

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

  .about-core-side {
    position: static;
  }

  .about-core-side h2 {
    padding: 20px 22px;
  }

  .about-core-side {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-core-side a {
    min-height: 58px;
  }

  .about-core-subnav {
    position: static;
  }

  .about-core-subnav .container {
    overflow-x: auto;
  }

  .about-core-subnav a {
    flex: 0 0 auto;
  }

  .about-core-timeline {
    grid-template-columns: 1fr;
  }

  .about-core-timeline::before {
    left: 9px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 1px;
    height: auto;
  }

  .about-core-timeline article {
    padding-top: 0;
    padding-left: 44px;
  }

  .about-core-timeline article::before {
    top: 7px;
    left: 0;
  }

  .content-grid,
  .metric-row,
  .about-fact-grid,
  .service-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-profile,
  .about-org-honor,
  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-profile__media img {
    height: min(54vw, 360px);
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta__actions {
    justify-content: flex-start;
  }

  .intro-grid {
    gap: 42px;
  }

  .intro-image,
  .intro-image img {
    width: 100%;
    height: auto;
  }

  .intro-features,
  .partner-board,
  .friend-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-board--showcase {
    display: grid;
    width: 100%;
    margin-top: 40px;
    aspect-ratio: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 74px;
    min-height: 0;
    gap: 10px 10px;
  }

  .partner-board--showcase .partner-showcase__slot {
    position: static;
    width: auto;
    height: 74px;
  }

  .partner-board--showcase .partner-showcase__badge {
    position: static;
    width: auto;
    height: 120px;
    grid-column: 1 / -1;
    padding: 16px;
    border-radius: 10px;
  }

  .intro-actions {
    flex-wrap: wrap;
  }

  .intro-phone {
    min-width: 0;
    width: 100%;
  }

  .section-row {
    display: block;
  }

  .section-row p {
    text-align: left;
  }

  .section-kicker {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 18px;
  }

  .section-kicker__ornament {
    display: block;
    position: static;
    width: 261.778px;
    max-width: 65vw;
    height: auto;
    margin-left: auto;
  }

  .section-kicker__text {
    display: block;
    position: static;
    margin-top: 8px;
    text-align: left;
    white-space: normal;
  }

  .section-kicker--partners .section-kicker__text,
  .section-kicker--links .section-kicker__text {
    letter-spacing: 2px;
  }

  .map-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .map-shell {
    width: 100%;
    height: min(72vw, 520px);
  }

  .map-stage {
    height: auto;
    min-height: auto;
  }

  .page-hero {
    height: 260px;
  }

  .page-hero .container {
    padding-top: 58px;
  }

  .page-hero h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .content-panel {
    padding: 30px 26px;
  }

  .news-list a {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .news-tag {
    justify-self: start;
  }

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

  .party-side {
    position: static;
  }

  .party-feature,
  .party-news-zone {
    grid-template-columns: 1fr;
  }

  .party-section__head--split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .party-feature__media,
  .party-feature__media img {
    min-height: 300px;
  }

  .party-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .party-discipline {
    grid-template-columns: 1fr;
  }

  .party-discipline a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 6px;
  }

  .footer-inner section {
    min-height: auto;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .brand-copy small {
    display: none;
  }

  .brand {
    width: auto;
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .site-footer--revision .footer-title {
    height: auto;
    min-height: 52px;
    gap: 10px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .site-footer--revision .footer-title .brand-logo-wrap,
  .site-footer--revision .footer-title .brand-logo {
    width: 50px;
    height: 50px;
  }

  .site-footer--revision .footer-title .brand-copy {
    justify-content: center;
    width: auto;
    min-width: 0;
    height: auto;
  }

  .site-footer--revision .footer-title .brand-copy strong {
    white-space: normal;
    font-size: clamp(19px, 5vw, 24px);
    line-height: 1.15;
  }

  .site-footer--revision .footer-title .brand-copy small {
    max-width: 100%;
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.22;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .site-footer--revision .footer-inner .footer-brand > p {
    font-size: 13px;
    line-height: 20px;
  }

  .site-footer--revision .footer-follow {
    justify-items: end;
  }

  .site-footer--revision .qr-row {
    grid-template-columns: 64px;
    align-items: center;
    gap: 5px;
    width: auto;
  }

  .site-footer--revision .footer-qr-code {
    width: 64px;
    height: 64px;
  }

  .site-footer--revision .footer-qr-copy {
    font-size: 11px;
    line-height: 15px;
  }

  .site-footer--revision .footer-contact {
    column-gap: 10px;
  }

  .site-footer--revision .footer-contact .footer-contact-row {
    grid-template-columns: 62px minmax(0, 1fr);
    font-size: 12px;
    line-height: 17px;
  }

  .hero {
    height: 280px;
  }

  .hero-copy {
    top: 74px;
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }

  .hero-copy h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .hero-copy p {
    font-size: 21px;
    line-height: 1.4;
  }

  .gold-line {
    margin: 14px 0 16px;
  }

  .page-hero {
    height: 230px;
  }

  .page-hero .container {
    padding-top: 42px;
  }

  .breadcrumb {
    margin-bottom: 18px;
  }

  .page-hero h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-hero p {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
  }

  .about-core-hero__inner {
    padding-top: 24px;
  }

  .about-core-breadcrumb {
    margin-bottom: 28px;
  }

  .about-core-hero h1 {
    font-size: 34px;
    line-height: 1.25;
  }

  .about-core-hero__copy p {
    font-size: 16px;
    line-height: 29px;
  }

  .about-core-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .about-core-stats,
  .about-core-service-grid,
  .about-core-service-list {
    grid-template-columns: 1fr;
  }

  .about-core-certificate-wall {
    grid-template-columns: 1fr;
  }

  .about-core-certificate-wall figure {
    grid-template-columns: 1fr;
  }

  .certificate-viewer {
    padding: 16px;
  }

  .certificate-viewer__panel {
    max-height: calc(100vh - 32px);
    padding: 16px 16px 18px;
  }

  .certificate-viewer__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .certificate-viewer__image {
    max-height: calc(100vh - 166px);
  }

  .certificate-viewer__figure figcaption {
    padding-right: 42px;
  }

  .certificate-viewer__figure strong {
    font-size: 20px;
    line-height: 29px;
  }

  .about-core-stats div {
    min-height: auto;
    border-top: 1px solid rgba(199, 168, 103, 0.28);
    border-left: 0;
  }

  .about-core-stats div:nth-child(2) {
    border-top: 1px solid rgba(199, 168, 103, 0.28);
  }

  .about-core-stats div:first-child {
    border-top: 0;
  }

  .about-core-subnav .container {
    height: 56px;
  }

  .about-core-subnav a {
    height: 56px;
    padding: 0 18px;
    font-size: 14px;
  }

  .about-core-subnav a::after {
    left: 18px;
    right: 18px;
  }

  .about-core-main {
    padding: 46px 0 62px;
  }

  .about-core-section {
    margin-bottom: 34px;
  }

  .about-core-intro,
  .about-core-timeline-section,
  .about-core-honor {
    padding: 28px 22px;
  }

  .about-core-section__head h2,
  .about-core-mission h2,
  .about-core-honor h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .about-core-intro__article p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-core-intro__media img {
    height: 240px;
  }

  .about-core-mission {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .about-core-mission__seal {
    width: 76px;
    height: 76px;
  }

  .content-grid,
  .metric-row,
  .about-fact-grid,
  .about-service-grid,
  .about-org-honor,
  .service-grid,
  .contact-grid,
  .contact-form,
  .search-panel {
    grid-template-columns: 1fr;
  }

  .about-main {
    padding-top: 40px;
  }

  .about-profile,
  .content-panel {
    padding: 26px 20px;
  }

  .about-panel-title h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .about-profile__media img {
    height: 230px;
  }

  .about-mission {
    grid-template-columns: 1fr;
  }

  .about-mission__stamp {
    width: 68px;
    height: 68px;
  }

  .about-mission-list li,
  .about-timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-section-head--inline {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-org-chart div,
  .about-honor-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 22px 20px;
  }

  .about-cta h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .section {
    padding: 56px 0;
  }

  .news-section {
    padding: 56px 0;
  }

  .section-title h2,
  .panel-head h3 {
    font-size: 26px;
  }

  .intro-features,
  .partner-board,
  .friend-grid {
    grid-template-columns: 1fr;
  }

  .partner-board--showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 58px;
    gap: 10px;
  }

  .partner-board--showcase .partner-showcase__slot {
    height: 58px;
  }

  .partner-board--showcase .partner-showcase__badge {
    grid-column: 1 / -1;
    min-height: 120px;
    padding: 14px 14px 12px;
  }

  .partner-board--showcase .partner-showcase__badge strong {
    font-size: 36px;
  }

  .partner-board--showcase .partner-showcase__badge span {
    margin-top: 12px;
    font-size: 18px;
  }

  .partner-board--showcase .partner-logo-card {
    height: 58px;
    padding: 6px 10px;
  }

  .partner-board--showcase .partner-logo-card__media img {
    max-height: 34px;
  }

  .partner-board--showcase .partner-logo-card--image-failed .partner-logo-card__fallback,
  .partner-board--showcase .partner-logo-card__text {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.24;
  }

  .intro-card::before {
    right: -24px;
    width: 180px;
    height: 260px;
  }

  .section-title.small::after {
    width: 220px;
  }

  .intro-feature {
    min-height: 90px;
    padding: 16px;
  }

  .intro-features strong {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .intro-actions {
    gap: 14px;
  }

  .solid-btn,
  .contact-btn,
  .intro-phone {
    min-height: 46px;
    border-radius: 23px;
  }

  .solid-btn,
  .contact-btn {
    min-width: 132px;
    padding: 0 26px;
  }

  .intro-phone {
    padding: 0 16px;
  }

  .intro-phone strong {
    font-size: 17px;
  }

  .activity-panel,
  .notice-panel {
    padding: 28px 22px;
  }

  .map-shell {
    height: 360px;
  }

  .map-legend {
    left: 0;
    right: 0;
    bottom: 10px;
    justify-content: center;
    gap: 10px;
    font-size: 10px;
  }

  .activity-item,
  .notice-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .activity-item em {
    grid-column: auto;
    margin-top: 0;
  }

  .herb-icon {
    display: none;
  }
}

/* About core page v2: official profile entry */
.about-core-page {
  background:
    radial-gradient(circle at 6% 16%, rgba(167, 28, 33, 0.08), transparent 20rem),
    radial-gradient(circle at 92% 46%, rgba(57, 113, 71, 0.07), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, #f6f1e7 100%);
}

.about-core-page .site-header + main {
  margin-top: 0;
}

.about-core-hero {
  min-height: 498px;
  background:
    linear-gradient(100deg, rgba(88, 13, 18, 0.98) 0%, rgba(139, 24, 28, 0.96) 44%, rgba(139, 24, 28, 0.64) 67%, rgba(91, 14, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(91, 14, 17, 0.18), rgba(91, 14, 17, 0.72)),
    url("./assets/about-hero-field-base.png") right center / min(58vw, 860px) auto no-repeat,
    #8f171b;
}

.about-core-hero::before {
  opacity: 1;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.08), transparent 16rem),
    radial-gradient(circle at 78% 42%, rgba(219, 194, 138, 0.12), transparent 20rem),
    linear-gradient(90deg, rgba(219, 194, 138, 0.11) 1px, transparent 1px),
    linear-gradient(rgba(219, 194, 138, 0.07) 1px, transparent 1px);
  background-size: auto, auto, 128px 128px, 128px 128px;
}

.about-core-hero::after {
  right: -190px;
  bottom: -235px;
  width: 620px;
  height: 620px;
  opacity: 0.32;
  border-color: rgba(219, 194, 138, 0.56);
  box-shadow: inset 0 0 0 28px rgba(219, 194, 138, 0.03);
}

.about-core-hero__inner {
  padding: 176px 0 0;
}

.about-core-breadcrumb {
  margin-bottom: 12px;
  color: rgba(255, 248, 231, 0.82);
}

.about-core-hero__grid {
  grid-template-columns: minmax(0, 650px) 360px;
  gap: 74px;
  align-items: start;
}

.about-core-hero__copy {
  position: relative;
  z-index: 1;
}

.about-core-kicker {
  margin-bottom: 12px;
  color: rgba(229, 205, 142, 0.96);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.about-core-hero h1 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 68px;
  margin: 0;
  color: #fffdf8;
  font-size: 50px;
  line-height: 1;
  text-shadow: 0 10px 28px rgba(50, 8, 10, 0.24);
}


.about-core-hero__copy p {
  max-width: 610px;
  margin-top: 14px;
  color: rgba(255, 248, 231, 0.9);
  font-size: 17px;
  line-height: 30px;
}

.about-core-pillbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.about-core-pillbar span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 248, 231, 0.92);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.46);
  border-radius: 999px;
}

.about-core-actions {
  margin-top: 18px;
}

.about-core-hero .solid-btn,
.about-core-hero .contact-btn {
  height: 42px;
  min-height: 42px;
  border-radius: 21px;
}

.about-core-hero .solid-btn {
  min-width: 126px;
  color: #8f171b;
  background: #fffdf8;
  box-shadow: 0 12px 26px rgba(50, 8, 10, 0.16);
}

.about-core-hero .contact-btn {
  min-width: 126px;
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.72);
}

.about-core-card {
  min-height: 0;
  padding: 18px 18px 16px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(248, 241, 223, 0.94)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
  border-color: rgba(219, 194, 138, 0.78);
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.12);
}

.about-core-card__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.about-core-card__head img {
  width: 54px;
  height: 54px;
  margin: 0;
}

.about-core-card__head strong {
  font-size: 19px;
  line-height: 26px;
}

.about-core-card__head span {
  margin-top: 5px;
  color: rgba(90, 72, 45, 0.66);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

.about-core-card__brand {
  --site-brand-logo-size: 40px;
  --site-brand-title-size: 28px;
  --site-brand-subtitle-size: 9px;
  --site-brand-gap: 8px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--site-brand-logo-size) max-content;
  width: max-content;
  height: var(--site-brand-logo-size);
  max-width: 100%;
}

.about-core-card__brand .brand-logo-wrap,
.about-core-card__brand .brand-logo {
  position: static;
  width: var(--site-brand-logo-size);
  height: var(--site-brand-logo-size);
}

.about-core-card__brand .brand-copy {
  display: grid;
  grid-template-rows: max-content max-content;
  align-content: space-between;
  width: var(--about-brand-copy-width, max-content);
  height: var(--site-brand-logo-size);
  min-width: 0;
}

.about-core-card__brand .brand-copy strong,
.about-core-card__brand .brand-copy small {
  overflow: visible;
  text-overflow: clip;
}

.about-core-card__brand .brand-copy small {
  display: block;
  width: max-content;
  max-width: none;
  font-size: var(--site-brand-subtitle-size);
  letter-spacing: 0;
  transform: scaleX(var(--about-brand-subtitle-scale-x, 1));
  transform-origin: left center;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .about-core-card__brand {
    --site-brand-logo-size: 36px;
    --site-brand-title-size: 22px;
    --site-brand-subtitle-size: 7px;
    --site-brand-gap: 8px;
  }
}

.about-core-card {
  display: flex;
  align-items: center;
  min-height: 112px;
  background:
    linear-gradient(135deg, rgba(10, 60, 42, 0.98), rgba(21, 87, 58, 0.96)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
  border-color: rgba(199, 168, 103, 0.78);
}

.about-core-card::after {
  border-color: rgba(232, 204, 135, 0.48);
}

.about-core-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  padding: 8px 10px;
  color: rgba(64, 64, 64, 0.82);
  font-size: 13px;
  line-height: 20px;
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 4px;
}

.about-core-card dl {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.about-core-card dl div {
  display: block;
  min-height: 48px;
  padding: 7px 9px;
  background: rgba(255, 253, 248, 0.56);
  border: 1px solid rgba(199, 168, 103, 0.24);
  border-radius: 4px;
}

.about-core-card dt,
.about-core-card dd {
  font-size: 12px;
  line-height: 16px;
}

.about-core-card dd {
  margin-top: 2px;
  font-size: 13px;
  line-height: 17px;
}

.about-core-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  padding: 0 16px;
  color: var(--chu-red);
  font-size: 13px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.07);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 999px;
}

.about-core-stats {
  margin-top: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.99);
  border-color: rgba(219, 194, 138, 0.74);
}

.about-core-stats div {
  min-width: 0;
  min-height: 82px;
  padding: 12px 20px 11px;
  overflow: hidden;
}

.about-core-stats em {
  display: block;
  min-width: 0;
  margin-bottom: 3px;
  overflow: hidden;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-core-stats strong {
  min-width: 0;
  overflow: hidden;
  font-size: 27px;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-core-stats span {
  display: -webkit-box;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  color: rgba(64, 64, 64, 0.72);
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.about-core-subnav {
  top: 0;
}

.about-core-subnav .container {
  justify-content: center;
  height: 62px;
}

.about-core-subnav a {
  height: 62px;
  min-width: 142px;
  justify-content: center;
  padding: 0 28px;
}

.about-core-main {
  padding: 44px 0 88px;
  background:
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.about-core-entry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 36px;
}

.about-core-entry a {
  position: relative;
  min-height: 130px;
  padding: 22px 22px 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.84));
  border: 1px solid rgba(216, 193, 138, 0.56);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.07);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.about-core-entry a::after {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 92px;
  height: 92px;
  content: "";
  opacity: 0.08;
  border: 1px solid var(--chu-red);
  border-radius: 50%;
}

.about-core-entry a:hover {
  border-color: rgba(167, 28, 33, 0.32);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
  transform: translateY(-2px);
}

.about-core-entry b {
  display: block;
  margin-bottom: 12px;
  color: rgba(167, 28, 33, 0.4);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 30px;
}

.about-core-entry strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
  line-height: 28px;
}

.about-core-entry span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.66);
  font-size: 14px;
  line-height: 23px;
}

.about-core-section {
  scroll-margin-top: 88px;
}

.about-core-section__head {
  margin-bottom: 26px;
}

.about-core-section__head span,
.about-core-mission span,
.about-core-honor > span {
  color: var(--chu-red);
  letter-spacing: 0;
}

.about-core-section__head h2,
.about-core-mission h2,
.about-core-honor h2 {
  font-size: 32px;
  line-height: 44px;
}

.about-core-intro {
  padding: 42px 46px 46px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.86)),
    url("./assets/intro-bg-paper.png") center / cover no-repeat;
}

.about-core-intro__grid {
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
}

.about-core-intro__article p {
  color: rgba(32, 32, 32, 0.86);
  font-size: 17px;
  line-height: 33px;
}

.about-core-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.about-core-profile-grid div {
  position: relative;
  min-height: 112px;
  padding: 18px 18px 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(247, 241, 225, 0.76));
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 6px;
}

.about-core-profile-grid div::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 38px;
  content: "";
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.9));
}

.about-core-profile-grid strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 28px;
}

.about-core-profile-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.about-core-intro__article blockquote {
  margin: 24px 0 0;
  padding: 18px 22px;
  color: rgba(91, 14, 17, 0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background: rgba(167, 28, 33, 0.06);
  border-left: 4px solid var(--chu-red);
}

.about-core-intro__media {
  position: relative;
}

.about-core-intro__media img {
  height: 320px;
}

.about-core-mission {
  position: relative;
  display: block;
  min-height: 0;
  padding: 42px 48px 46px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9)),
    url("./assets/intro-bg-paper.png") center / cover no-repeat;
  border: 1px solid rgba(216, 193, 138, 0.52);
  border-left: 5px solid var(--chu-red);
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.09);
}

.about-core-mission h2,
.about-core-mission p {
  color: var(--ink);
}

.about-core-mission h2 {
  max-width: 850px;
  color: var(--chu-red);
  font-size: 32px;
  line-height: 44px;
}

.about-core-mission p {
  max-width: 850px;
  margin-top: 22px;
  color: rgba(47, 42, 35, 0.88);
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.about-core-mission h2[hidden] + p {
  margin-top: 0;
}

.about-core-mission::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 160px;
  content: "";
  pointer-events: none;
  background: url("./assets/intro-bg-linework.png") right top / 420px auto no-repeat;
  opacity: 0.08;
}

.about-core-mission > div {
  position: relative;
  z-index: 1;
}

.about-core-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 42px 46px 48px;
  background:
    radial-gradient(circle at 88% 18%, rgba(57, 113, 71, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.86));
  border: 1px solid rgba(216, 193, 138, 0.42);
  box-shadow: 0 20px 48px rgba(96, 67, 30, 0.07);
}

.about-core-services::before {
  position: absolute;
  right: -96px;
  top: -30px;
  width: 660px;
  height: 360px;
  content: "";
  background:
    radial-gradient(circle at 68% 48%, rgba(57, 113, 71, 0.12), transparent 18rem),
    linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0.44) 48%, rgba(255, 253, 249, 0.12));
  opacity: 0.34;
  pointer-events: none;
  border-radius: 0 0 0 110px;
  z-index: 0;
}

.about-core-services .about-core-section__head--row {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 760px) minmax(340px, 0.78fr);
  gap: 58px;
  align-items: center;
  margin-bottom: 34px;
}

.about-core-services .about-core-service-grid,
.about-core-services .about-core-service-list {
  position: relative;
  z-index: 1;
}

.about-core-services .about-core-section__head h2 {
  max-width: 760px;
  font-size: 34px;
  line-height: 47px;
}

.about-core-services .about-core-section__head--row p {
  position: relative;
  z-index: 1;
  margin: 26px 0 0;
  padding: 18px 22px 18px 24px;
  color: rgba(64, 64, 64, 0.76);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(248, 241, 223, 0.68));
  border: 1px solid rgba(216, 193, 138, 0.46);
  border-left: 4px solid rgba(167, 28, 33, 0.78);
  border-radius: 6px;
}

.about-core-service-scene {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  min-height: 174px;
  margin: -6px 0 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(246, 237, 214, 0.82));
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.about-core-service-scene img {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.about-core-service-scene figcaption {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 26px 34px 26px 38px;
  background:
    linear-gradient(90deg, rgba(117, 17, 22, 0.94), rgba(140, 24, 28, 0.88) 48%, rgba(57, 113, 71, 0.82));
}

.about-core-service-scene figcaption::before {
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  content: "";
  background: rgba(229, 205, 142, 0.9);
}

.about-core-service-scene strong {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 34px;
}

.about-core-service-scene span {
  display: block;
  max-width: 620px;
  margin-top: 9px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.about-core-service-grid article,
.about-core-service-list .about-rule-card {
  position: relative;
  grid-template-columns: 58px minmax(0, 1fr) minmax(210px, 0.36fr);
  min-height: 92px;
  padding: 20px 24px 20px 26px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 223, 0.82));
  border-color: rgba(216, 193, 138, 0.5);
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.075);
}

.about-core-service-grid article::before,
.about-core-service-list .about-rule-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.86), rgba(199, 168, 103, 0.62));
}


.about-core-service-grid b,
.about-core-service-list b {
  position: relative;
  left: auto;
  top: auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  color: rgba(167, 28, 33, 0.86);
  font-size: 18px;
  line-height: 1;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 50%;
}

.about-core-service-grid article > div,
.about-core-service-list .about-rule-card > div {
  min-width: 0;
}

.about-core-service-grid strong,
.about-core-service-list strong {
  margin-bottom: 6px;
  padding-bottom: 0;
  border-bottom: 0;
}

.about-core-service-grid span,
.about-core-service-list span {
  min-height: 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 28px;
}

.about-core-service-grid small,
.about-core-service-list small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  color: rgba(57, 113, 71, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  border-top: 0;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.about-core-service-list .about-rule-card--link small::after {
  display: block;
  margin-top: 5px;
  color: rgba(167, 28, 33, 0.72);
  font-size: 12px;
  font-weight: 700;
  content: "查看详情";
}

.about-core-services .container {
  position: relative;
  z-index: 1;
}

.about-core-timeline-section {
  background:
    radial-gradient(circle at 92% 18%, rgba(199, 168, 103, 0.1), transparent 14rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.88));
}

.about-core-timeline article {
  min-height: 176px;
}

.about-core-honor {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
}

.about-core-honor {
  position: relative;
  overflow: hidden;
}

.about-core-page .about-core-section__head span,
.about-core-page .about-core-mission span,
.about-core-page .about-core-honor > span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}


@media (max-width: 1100px) {
  .about-core-hero {
    min-height: auto;
    background:
      linear-gradient(100deg, rgba(88, 13, 18, 0.98), rgba(139, 24, 28, 0.88)),
      url("./assets/about-hero-field-base.png") center / cover no-repeat;
  }

  .about-core-hero__grid,
  .about-core-profilecard__inner,
  .about-core-intro__grid,
  .about-core-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-core-services .about-core-section__head--row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-core-services {
    padding: 34px 30px 38px;
  }

  .about-core-services::before {
    right: -180px;
    top: -20px;
    width: 560px;
    height: 320px;
    opacity: 0.2;
  }

  .about-core-service-scene {
    grid-template-columns: 1fr;
  }

  .about-core-service-scene img {
    height: 220px;
  }

  .about-core-service-scene figcaption {
    padding: 22px 26px 24px 30px;
  }

  .about-core-card {
    max-width: none;
  }

  .about-core-entry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-core-stats,
  .about-core-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-core-service-grid,
  .about-core-service-list {
    grid-template-columns: 1fr;
  }

  .about-core-bottom {
    grid-template-columns: 1fr;
  }

  .about-core-honor {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .about-core-hero__inner {
    padding-top: 22px;
  }

  .about-core-hero h1 {
    min-height: 58px;
    font-size: 42px;
  }

  .about-core-hero h1::after {
    right: -46px;
    width: 34px;
    height: 45px;
  }

  .about-core-hero__copy p {
    font-size: 16px;
    line-height: 29px;
  }

  .about-core-card__head {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .about-core-card__head img {
    width: 62px;
    height: 62px;
  }

  .about-core-card__head strong {
    font-size: 20px;
    line-height: 28px;
  }

  .about-core-stats,
  .about-core-service-grid,
  .about-core-service-list,
  .about-core-entry,
  .about-core-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-core-services .about-core-section__head h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .about-core-services .about-core-section__head--row p {
    margin-top: 4px;
    padding: 15px 17px 15px 18px;
    font-size: 15px;
    line-height: 27px;
  }

  .about-core-service-grid article,
  .about-core-service-list .about-rule-card {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: auto;
    gap: 12px 16px;
    padding: 18px 18px 20px;
  }

  .about-core-service-grid b,
  .about-core-service-list b {
    left: auto;
    top: auto;
    width: 40px;
    height: 40px;
  }

  .about-core-service-grid span,
  .about-core-service-list span {
    min-height: auto;
  }

  .about-core-service-grid small,
  .about-core-service-list small {
    grid-column: 2;
    padding-left: 0;
    padding-top: 10px;
    border-left: 0;
    border-top: 1px solid rgba(199, 168, 103, 0.28);
  }

  .about-core-service-list .about-rule-card--link small::after {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
  }

  .about-core-services::before {
    display: none;
  }

  .about-core-service-scene {
    margin-bottom: 22px;
  }

  .about-core-service-scene img {
    height: 176px;
    min-height: 176px;
  }

  .about-core-service-scene figcaption {
    padding: 19px 20px 20px 24px;
  }

  .about-core-service-scene strong {
    font-size: 20px;
    line-height: 29px;
  }

  .about-core-service-scene span {
    font-size: 14px;
    line-height: 24px;
  }

  .about-core-entry a {
    min-height: 118px;
  }

  .about-core-main {
    padding-top: 34px;
  }

  .about-core-section__head h2,
  .about-core-mission h2,
  .about-core-honor h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .about-core-intro__article blockquote {
    padding: 15px 17px;
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-width: 760px) {
  .news-section-head,
  .news-list--rich a {
    grid-template-columns: 1fr;
  }

  .news-section-head {
    gap: 4px;
  }

  .news-list--rich a {
    align-items: start;
  }

  .news-list--rich time {
    width: 86px;
  }

  .news-tag {
    justify-self: start;
  }

  .news-article {
    padding: 30px 22px 28px;
  }

  .news-article-header {
    text-align: left;
  }

  .news-article-header .news-eyebrow {
    margin-left: 0;
  }

  .news-article-header h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .news-article-header .article-meta {
    justify-content: flex-start;
  }

  .news-article-cover img {
    max-height: none;
  }

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

/* GAP base construction page */
.gap-core-page {
  background:
    radial-gradient(circle at 7% 15%, rgba(167, 28, 33, 0.08), transparent 20rem),
    radial-gradient(circle at 90% 42%, rgba(57, 113, 71, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, #f6f1e7 100%);
}

.gap-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-1.jpg") center 46% / cover no-repeat;
}

.gap-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fffdf8;
    background:
      linear-gradient(101deg, rgba(80, 12, 16, 0.98) 0%, rgba(142, 23, 27, 0.94) 43%, rgba(142, 23, 27, 0.58) 68%, rgba(52, 86, 55, 0.18) 100%),
    linear-gradient(180deg, rgba(84, 12, 16, 0.08), rgba(84, 12, 16, 0.62)),
    url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-1.jpg") right center / min(62vw, 900px) auto no-repeat,
    #8f171b;
}

.gap-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 17rem),
    radial-gradient(circle at 80% 40%, rgba(219, 194, 138, 0.13), transparent 18rem),
    linear-gradient(90deg, rgba(219, 194, 138, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(219, 194, 138, 0.06) 1px, transparent 1px);
  background-size: auto, auto, 128px 128px, 128px 128px;
}

.gap-hero::after {
  position: absolute;
  right: -190px;
  bottom: -250px;
  width: 650px;
  height: 650px;
  content: "";
  pointer-events: none;
  opacity: 0.28;
  border: 1px solid rgba(219, 194, 138, 0.58);
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(219, 194, 138, 0.035);
}

.gap-hero__inner {
  position: relative;
  z-index: 1;
  padding: 176px 0 0;
}

.gap-breadcrumb {
  margin-bottom: 16px;
  color: rgba(255, 248, 231, 0.82);
}

.gap-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) 392px;
  gap: 64px;
  align-items: start;
}

.gap-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: rgba(229, 205, 142, 0.96);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.gap-hero h1 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 62px;
  margin: 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 10px 28px rgba(50, 8, 10, 0.24);
}


.gap-hero__copy p {
  max-width: 626px;
  margin: 15px 0 0;
  color: rgba(255, 248, 231, 0.9);
  font-size: 17px;
  line-height: 30px;
}

.gap-hero__tags,
.gap-hero__actions,
.gap-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gap-hero__tags {
  margin-top: 18px;
}

.gap-hero__tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 248, 231, 0.92);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.46);
  border-radius: 999px;
}

.gap-hero__actions {
  margin-top: 22px;
}

.gap-hero .solid-btn,
.gap-hero .contact-btn {
  height: 44px;
  min-height: 44px;
  border-radius: 22px;
}

.gap-hero .solid-btn {
  min-width: 168px;
  color: #8f171b;
  background: #fffdf8;
  box-shadow: 0 12px 26px rgba(50, 8, 10, 0.16);
}

.gap-hero .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(219, 194, 138, 0.72);
}

.gap-hero__panel {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(248, 241, 223, 0.92)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
  border: 1px solid rgba(219, 194, 138, 0.78);
  border-radius: 6px;
  box-shadow: 0 26px 58px rgba(54, 17, 12, 0.3);
}

.gap-hero__panel::before {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 76px;
  height: 76px;
  content: "";
  opacity: 0.08;
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
}

.gap-hero__panel figure {
  position: relative;
  z-index: 1;
  height: 160px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 4px;
}

.gap-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-hero__panel dl {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.gap-hero__panel dl div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  min-height: 48px;
  padding: 9px 11px;
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 4px;
}

.gap-hero__panel dt,
.gap-hero__panel dd {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.gap-hero__panel dt {
  color: var(--chu-red);
  font-weight: 700;
}

.gap-hero__panel dd {
  color: rgba(64, 64, 64, 0.78);
}

.gap-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.99);
  border: 1px solid rgba(219, 194, 138, 0.74);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50, 8, 10, 0.16);
}

.gap-hero__stats div {
  min-height: 78px;
  padding: 12px 20px 11px;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.gap-hero__stats div:first-child {
  border-left: 0;
}

.gap-hero__stats em {
  display: block;
  margin-bottom: 4px;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gap-hero__stats strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 28px;
}

.gap-hero__stats span {
  display: block;
  margin-top: 5px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 13px;
  line-height: 19px;
}

.gap-subnav {
  position: sticky;
  top: 0;
  z-index: 24;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
  box-shadow: 0 10px 26px rgba(96, 67, 30, 0.07);
  backdrop-filter: blur(10px);
}

.gap-subnav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  overflow-x: auto;
}

.gap-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 132px;
  height: 62px;
  padding: 0 24px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  font-weight: 700;
  transition: color 0.18s ease;
}

.gap-subnav a::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
  transition: opacity 0.18s ease;
}

.gap-subnav a:hover,
.gap-subnav a.active {
  color: var(--chu-red);
}

.gap-subnav a.active::after {
  opacity: 1;
}

.gap-main {
  padding: 54px 0 90px;
  background:
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.gap-layout {
  display: grid;
  grid-template-columns: 246px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.gap-side {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.gap-side::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.78));
}

.gap-side h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(143, 23, 27, 0.98), rgba(167, 28, 33, 0.92)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
}

.gap-side a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px 18px 12px 22px;
  color: rgba(64, 64, 64, 0.86);
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background 0.18s ease;
}

.gap-side a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.gap-side a:hover,
.gap-side a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.gap-side a.active::before {
  opacity: 1;
}

.gap-side span {
  color: rgba(167, 28, 33, 0.52);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.gap-side strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
}

.gap-content {
  min-width: 0;
}

.gap-section {
  position: relative;
  scroll-margin-top: 88px;
  margin-bottom: 42px;
}

.gap-section__head {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.gap-section__head--split {
  grid-template-columns: minmax(0, 420px) minmax(0, 440px);
  gap: 38px;
  align-items: end;
  justify-content: space-between;
}

.gap-section__head p {
  margin: 0;
  max-width: 440px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.gap-section-title {
  margin: 0;
}

.gap-section-title h2 {
  white-space: nowrap;
}

.gap-profile,
.gap-build,
.gap-news-section,
.gap-cases,
.gap-media,
.gap-policy-panel,
.gap-training-panel {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.gap-profile,
.gap-build,
.gap-news-section,
.gap-cases,
.gap-media {
  padding: 42px 46px;
}

.gap-news-section {
  overflow: hidden;
}

.gap-news-section .gap-section__head {
  margin-bottom: 18px;
}

.gap-news-list {
  gap: 14px;
}

.gap-news-list.news-list--rich a {
  min-height: 112px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 4px;
}

.gap-news-list.news-list--rich a:hover,
.gap-news-list.news-list--rich a:focus-visible {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.1);
  outline: none;
}

.gap-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.gap-profile__copy {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px 30px 38px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 6px;
}

.gap-profile__copy::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 54px;
  content: "";
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.9));
}

.gap-profile__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.gap-profile__copy h3 {
  margin: 0 0 14px;
  color: var(--chu-red);
  font-size: 28px;
  line-height: 40px;
}

.gap-profile__copy p {
  margin: 0;
  color: rgba(32, 32, 32, 0.84);
  font-size: 16px;
  line-height: 31px;
}

.gap-profile__note {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  margin-top: 22px;
  padding: 17px 20px;
  background: rgba(167, 28, 33, 0.055);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-left: 4px solid var(--chu-red);
  border-radius: 4px;
}

.gap-profile__note strong {
  color: var(--chu-red);
  font-size: 15px;
  line-height: 26px;
}

.gap-profile__note span {
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  line-height: 26px;
}

.gap-profile__points {
  display: grid;
  gap: 12px;
}

.gap-profile__points article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px 18px;
  min-height: 82px;
  align-items: center;
  padding: 18px 22px;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 6px;
}

.gap-profile__points b {
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  background: rgba(167, 28, 33, 0.055);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 50%;
  place-items: center;
}

.gap-profile__points strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 26px;
}

.gap-profile__points span {
  grid-column: 2;
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.gap-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gap-capability-grid article {
  position: relative;
  min-height: 196px;
  padding: 28px 26px 24px 82px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 223, 0.82));
  border: 1px solid rgba(216, 193, 138, 0.5);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gap-capability-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.86), rgba(199, 168, 103, 0.62));
}


.gap-capability-grid article:hover,
.gap-case-feature:hover,
.gap-case-row:hover,
.gap-policy-list a:hover {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
  transform: translateY(-2px);
}

.gap-capability-grid b {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(167, 28, 33, 0.86);
  font-size: 17px;
  line-height: 1;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 50%;
}

.gap-capability-grid strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 29px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.28);
}

.gap-capability-grid span {
  display: block;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.gap-process {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 6px;
}

.gap-process span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0 13px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.gap-process span:first-child {
  color: #fffdf8;
  background: var(--chu-red);
  border-left: 0;
}

.gap-process span:not(:last-child)::after {
  position: absolute;
  right: -6px;
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  content: "";
  background: inherit;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  border-right: 1px solid rgba(199, 168, 103, 0.28);
  transform: translateY(-50%) rotate(45deg);
}

.gap-map-section {
  overflow: hidden;
}

.gap-map-section .gap-section__head {
  display: block;
  margin-bottom: 16px;
}

.gap-map-stage {
  height: 512px;
  min-height: 512px;
  margin-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 42%, rgba(113, 166, 126, 0.11), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.74), rgba(247, 241, 225, 0.48));
  border: 1px solid rgba(199, 168, 103, 0.24);
  border-radius: 8px;
}

.gap-map-shell {
  width: 100%;
  height: 512px;
}

.gap-map-section .map-glow {
  top: 82px;
  left: 43%;
  width: 360px;
  height: 178px;
  opacity: 0.72;
}

.gap-map-section .map-card {
  top: 26px;
  left: 26px;
  width: 264px;
  padding: 14px 15px;
  pointer-events: none;
  background: rgba(255, 253, 249, 0.92);
  border-color: rgba(199, 168, 103, 0.72);
  box-shadow: 0 12px 26px rgba(91, 70, 32, 0.11);
}

.gap-map-section .map-card h3 {
  font-size: 18px;
  line-height: 25px;
}

.gap-map-section .map-card__summary {
  margin: 4px 0 8px;
  font-size: 12px;
  line-height: 17px;
}

.gap-map-section .map-variety-list {
  gap: 5px;
}

.gap-map-section .map-variety-list span {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 24px;
  padding: 3px 6px 3px 9px;
}

.gap-map-section .map-variety-list strong {
  font-size: 13px;
  line-height: 18px;
}

.gap-map-section .map-variety-list em {
  padding: 1px 6px;
  font-size: 11px;
  line-height: 16px;
}

.gap-map-section .map-legend {
  left: 28px;
  bottom: 24px;
  gap: 18px;
  font-size: 11px;
}

.gap-map-section .map-legend i {
  width: 12px;
  height: 12px;
}

.gap-case-grid {
  display: block;
}

.gap-case-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.07);
}

.gap-case-showcase::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, rgba(167, 28, 33, 0.9), rgba(199, 168, 103, 0.72), rgba(57, 113, 71, 0.72));
}

.gap-case-feature {
  display: grid;
  grid-template-columns: minmax(360px, 48%) minmax(0, 1fr);
  min-height: 360px;
  color: inherit;
  background: linear-gradient(105deg, rgba(255, 253, 249, 0.98), rgba(251, 246, 232, 0.88));
  border-bottom: 1px solid rgba(216, 193, 138, 0.38);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gap-case-feature--no-image {
  grid-template-columns: 1fr;
}

.gap-case-feature figure {
  position: relative;
  min-width: 0;
  min-height: 360px;
  height: 360px;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(245, 238, 219, 0.72)),
    repeating-linear-gradient(45deg, rgba(199, 168, 103, 0.1) 0 1px, transparent 1px 10px);
}

.gap-case-feature figure::after {
  position: absolute;
  inset: 20px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(216, 193, 138, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 249, 0.62);
}

.gap-case-feature img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 12px 26px rgba(96, 67, 30, 0.12);
}

.gap-media-feature img,
.gap-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-case-feature figcaption {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: var(--chu-red);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(255, 253, 249, 0.86);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(55, 39, 18, 0.14);
}

.gap-case-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 38px;
}

.gap-case-feature span,
.gap-training-panel span,
.gap-cta span {
  display: inline-block;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.gap-case-feature h3 {
  margin: 12px 0 16px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-case-feature p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 16px;
  line-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-case-feature dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
}

.gap-case-feature dl div {
  min-width: 0;
  padding: 14px 16px;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 6px;
}

.gap-case-feature dt {
  color: rgba(64, 64, 64, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.gap-case-feature dd {
  margin: 4px 0 0;
  color: var(--chu-red);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.gap-case-list {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(250, 246, 235, 0.78));
}

.gap-case-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 58px;
  gap: 18px;
  align-items: center;
  min-height: 102px;
  padding: 18px 24px;
  color: inherit;
  border-top: 1px solid rgba(216, 193, 138, 0.32);
  border-left: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.gap-case-row:first-child {
  border-top: 0;
}

.gap-case-row div {
  min-width: 0;
}

.gap-case-row > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: rgba(167, 28, 33, 0.88);
  font-size: 15px;
  font-weight: 800;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 50%;
}

.gap-case-row strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-case-row em {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: rgba(64, 64, 64, 0.62);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gap-case-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  color: rgba(167, 28, 33, 0.82);
  font-size: 13px;
  font-weight: 800;
  background: rgba(167, 28, 33, 0.055);
  border: 1px solid rgba(167, 28, 33, 0.12);
  border-radius: 999px;
}

.gap-case-row:hover {
  background: rgba(255, 253, 249, 0.96);
}

.gap-resources__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.gap-policy-panel,
.gap-training-panel {
  min-height: 100%;
  padding: 32px 34px;
}

.gap-policy-list {
  display: grid;
  gap: 12px;
}

.gap-policy-list a {
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 16px 18px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 5px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gap-policy-list strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.gap-policy-list span {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(64, 64, 64, 0.62);
  font-size: 13px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-training-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-content: start;
}

.gap-training-panel .empty-state {
  min-height: 260px;
}

.gap-training-panel img {
  width: 100%;
  height: clamp(240px, 24vw, 330px);
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-radius: 6px;
}

.gap-training-panel div {
  min-width: 0;
}

.gap-training-panel h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 12px;
  color: var(--chu-red);
  font-size: 24px;
  line-height: 34px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-training-panel p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(64, 64, 64, 0.76);
  font-size: 16px;
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gap-training-panel a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  margin-top: 22px;
  padding: 0 18px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.gap-training-panel a:hover {
  color: #fffdf8;
  background: var(--chu-red);
  border-color: var(--chu-red);
}

.gap-training-more {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(199, 168, 103, 0.26);
}

.gap-training-more > strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 28px;
}

.gap-training-more a {
  display: grid;
  height: auto;
  min-height: 62px;
  margin-top: 0;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(199, 168, 103, 0.24);
  border-radius: 5px;
}

.gap-training-more time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.gap-training-more b {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: var(--ink);
  font-size: 15px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-training-more a:hover,
.gap-training-more a:focus-visible {
  color: var(--text);
  background: #fff8ec;
  border-color: rgba(167, 28, 33, 0.24);
}

.gap-training-more a:hover b,
.gap-training-more a:focus-visible b {
  color: var(--chu-red);
}

.gap-media__grid {
  display: block;
}

.gap-media-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: 18px;
}

.gap-media-feature {
  position: relative;
  display: grid;
  place-items: stretch;
  height: 466px;
  min-height: 466px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
}

.gap-media-feature > .empty-state {
  display: grid;
  place-items: center;
  min-height: 100%;
}

.gap-media-feature img,
.gap-media-item img {
  transition: transform 0.28s ease;
}

.gap-media-feature:hover img,
.gap-media-item:hover img {
  transform: scale(1.025);
}

.gap-media-feature figcaption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 8px;
  max-width: min(430px, calc(100% - 56px));
  padding: 22px 24px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.93);
  border: 1px solid rgba(255, 253, 249, 0.86);
  border-radius: 7px;
  box-shadow: 0 16px 34px rgba(55, 39, 18, 0.16);
  backdrop-filter: blur(4px);
}

.gap-media-feature span {
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.gap-media-feature strong {
  color: var(--chu-red);
  font-size: 22px;
  line-height: 32px;
}

.gap-media-feature p {
  margin: 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.gap-media-list {
  counter-reset: gap-media;
  display: grid;
  gap: 14px;
}

.gap-media-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  min-height: 146px;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(216, 193, 138, 0.4);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(96, 67, 30, 0.055);
}

.gap-media-item--no-image {
  grid-template-columns: 1fr;
}

.gap-media-item::before {
  position: absolute;
  right: 16px;
  bottom: 10px;
  counter-increment: gap-media;
  content: "0" counter(gap-media);
  color: rgba(199, 168, 103, 0.24);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.gap-media-item img {
  min-width: 0;
  height: 122px;
  border-radius: 5px;
}

.gap-media-item figcaption {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding-right: 18px;
}

.gap-media-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  line-height: 25px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-media-item span {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(64, 64, 64, 0.62);
  font-size: 13px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gap-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background:
    linear-gradient(90deg, rgba(117, 17, 22, 0.97), rgba(167, 28, 33, 0.9) 58%, rgba(57, 113, 71, 0.78)),
    url("./assets/intro-bg-linework.png") right center / 560px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(96, 67, 30, 0.12);
}

.gap-cta span {
  color: rgba(229, 205, 142, 0.96);
}

.gap-cta h2 {
  margin: 8px 0 0;
  color: #fffdf8;
  font-size: 26px;
  line-height: 38px;
}

.gap-cta .solid-btn {
  min-width: 168px;
  color: var(--chu-red);
  background: #fffdf8;
}

.gap-cta .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.gap-cta .contact-btn:hover {
  color: var(--chu-red);
  background: #fffdf8;
  border-color: #fffdf8;
}

@media (max-width: 1100px) {
  .gap-hero {
    min-height: auto;
    background:
      linear-gradient(100deg, rgba(88, 13, 18, 0.98), rgba(139, 24, 28, 0.88)),
      url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-1.jpg") center / cover no-repeat;
  }

  .gap-hero__grid,
  .gap-profile__grid,
  .gap-resources__grid,
  .gap-training-panel,
  .gap-section__head--split {
    grid-template-columns: 1fr;
  }

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

  .gap-side {
    position: static;
  }

  .gap-side h2 {
    padding: 20px 22px;
  }

  .gap-side a {
    min-height: 58px;
  }

  .gap-hero__panel {
    max-width: none;
  }

  .gap-hero__stats,
  .gap-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gap-case-showcase,
  .gap-case-feature,
  .gap-media-showcase {
    grid-template-columns: 1fr;
  }

  .gap-case-feature {
    min-height: auto;
    border-bottom: 1px solid rgba(216, 193, 138, 0.38);
  }

  .gap-case-feature figure {
    min-height: 320px;
    height: 320px;
  }

  .gap-case-row {
    min-height: 102px;
  }

  .gap-case-row:first-child {
    border-top: 0;
  }

  .gap-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gap-map-shell {
    width: 100%;
    height: min(72vw, 560px);
  }

  .gap-map-stage {
    height: auto;
    min-height: auto;
    padding: 0 0 22px;
  }

  .gap-training-panel img {
    height: 280px;
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .gap-hero__inner {
    padding-top: 22px;
  }

  .gap-breadcrumb {
    margin-bottom: 18px;
  }

  .gap-hero h1 {
    min-height: 58px;
    font-size: 38px;
    line-height: 1.22;
  }

  .gap-hero h1::after {
    right: -42px;
    width: 32px;
    height: 42px;
  }

  .gap-hero__copy p {
    font-size: 16px;
    line-height: 29px;
  }

  .gap-hero__stats,
  .gap-capability-grid,
  .gap-process {
    grid-template-columns: 1fr;
  }

  .gap-hero__stats div {
    border-top: 1px solid rgba(199, 168, 103, 0.28);
    border-left: 0;
  }

  .gap-hero__stats div:first-child {
    border-top: 0;
  }

  .gap-subnav {
    position: static;
  }

  .gap-subnav .container {
    justify-content: flex-start;
    height: 56px;
  }

  .gap-subnav a {
    min-width: auto;
    height: 56px;
    padding: 0 18px;
    font-size: 14px;
  }

  .gap-subnav a::after {
    right: 18px;
    left: 18px;
  }

  .gap-main {
    padding: 42px 0 64px;
  }

  .gap-profile,
  .gap-build,
  .gap-news-section,
  .gap-cases,
  .gap-media,
  .gap-policy-panel,
  .gap-training-panel {
    padding: 28px 22px;
  }

  .gap-section {
    margin-bottom: 32px;
  }

  .gap-section-title h2 {
    white-space: normal;
  }

  .gap-section__head {
    margin-bottom: 18px;
  }

  .gap-section__head p {
    font-size: 15px;
    line-height: 27px;
  }

  .gap-profile__copy {
    min-height: auto;
    padding: 26px 22px;
  }

  .gap-profile__points article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gap-profile__points span {
    grid-column: auto;
  }

  .gap-case-feature {
    grid-template-columns: 1fr;
  }

  .gap-case-feature figure {
    height: 260px;
    min-height: 260px;
    padding: 14px;
  }

  .gap-case-feature figure::after {
    inset: 14px;
  }

  .gap-case-feature figcaption {
    top: 24px;
    left: 24px;
  }

  .gap-case-feature__body {
    padding: 26px 22px 24px;
  }

  .gap-case-feature h3 {
    font-size: 23px;
    line-height: 33px;
  }

  .gap-case-feature dl,
  .gap-case-list,
  .gap-media-showcase {
    grid-template-columns: 1fr;
  }

  .gap-case-row {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: auto;
    padding: 20px 18px;
    border-top: 1px solid rgba(216, 193, 138, 0.32);
    border-left: 0;
  }

  .gap-case-row:first-child {
    border-top: 0;
  }

  .gap-case-row:nth-child(n) {
    border-left: 0;
  }

  .gap-case-row > span {
    width: 38px;
    height: 38px;
  }

  .gap-case-row b {
    display: none;
  }

  .gap-profile__copy h3,
  .gap-training-panel h3,
  .gap-cta h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .gap-profile__note {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 17px;
  }

  .gap-capability-grid article {
    min-height: auto;
    padding: 76px 22px 24px;
  }

  .gap-capability-grid b {
    left: 22px;
    top: 22px;
  }

  .gap-process span {
    min-height: 54px;
    border-top: 1px solid rgba(199, 168, 103, 0.24);
    border-left: 0;
  }

  .gap-process span:first-child {
    border-top: 0;
  }

  .gap-process span::after {
    display: none;
  }

  .gap-map-stage {
    padding: 0;
    background: transparent;
    border: 0;
  }

  .gap-map-shell {
    height: 360px;
  }

  .gap-map-section .map-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .gap-hero__panel dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .gap-policy-panel .gap-section__head {
    margin-bottom: 16px;
  }

  .gap-training-panel img {
    height: 220px;
    min-height: 220px;
  }

  .gap-media-feature {
    height: 360px;
    min-height: 360px;
  }

  .gap-media-feature figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: none;
    padding: 18px 18px;
  }

  .gap-media-item {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 122px;
    gap: 12px;
  }

  .gap-media-item img {
    height: 98px;
  }

  .gap-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 22px;
  }
}

/* Science culture page */
.culture-core-page {
  background:
    radial-gradient(circle at 9% 16%, rgba(167, 28, 33, 0.075), transparent 19rem),
    radial-gradient(circle at 86% 42%, rgba(57, 113, 71, 0.08), transparent 25rem),
    linear-gradient(180deg, #fbfaf6 0%, #f5efe3 100%);
}

.culture-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #fffdf8;
  background:
    linear-gradient(101deg, rgba(73, 11, 15, 0.98) 0%, rgba(130, 22, 26, 0.94) 44%, rgba(130, 22, 26, 0.66) 67%, rgba(44, 82, 52, 0.22) 100%),
    linear-gradient(180deg, rgba(73, 11, 15, 0.02), rgba(73, 11, 15, 0.62)),
    url("./assets/culture/culture-herb-wall.jpg") right center / min(58vw, 830px) auto no-repeat,
    #8f171b;
}

.culture-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 17rem),
    radial-gradient(circle at 78% 38%, rgba(219, 194, 138, 0.14), transparent 18rem),
    linear-gradient(90deg, rgba(219, 194, 138, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(219, 194, 138, 0.06) 1px, transparent 1px);
  background-size: auto, auto, 128px 128px, 128px 128px;
}

.culture-hero::after {
  position: absolute;
  right: -210px;
  bottom: -270px;
  width: 700px;
  height: 700px;
  content: "";
  pointer-events: none;
  opacity: 0.25;
  border: 1px solid rgba(219, 194, 138, 0.62);
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px rgba(219, 194, 138, 0.035);
}

.culture-hero__inner {
  position: relative;
  z-index: 1;
  padding: 176px 0 0;
}

.culture-breadcrumb {
  margin-bottom: 16px;
  color: rgba(255, 248, 231, 0.82);
}

.culture-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) 392px;
  gap: 58px;
  align-items: start;
}

.culture-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: rgba(229, 205, 142, 0.96);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.culture-hero h1 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 62px;
  margin: 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 10px 28px rgba(50, 8, 10, 0.24);
}

.culture-hero h1::after {
  position: absolute;
  right: -58px;
  bottom: 3px;
  width: 36px;
  height: 48px;
  content: "";
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 16px rgba(50, 8, 10, 0.22));
}

.culture-hero__copy p {
  max-width: 626px;
  margin: 15px 0 0;
  color: rgba(255, 248, 231, 0.9);
  font-size: 17px;
  line-height: 30px;
}

.culture-hero__tags,
.culture-hero__actions,
.culture-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.culture-hero__tags {
  margin-top: 18px;
}

.culture-hero__tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 248, 231, 0.92);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.46);
  border-radius: 999px;
}

.culture-hero__actions {
  margin-top: 22px;
}

.culture-hero .solid-btn,
.culture-hero .contact-btn {
  height: 44px;
  min-height: 44px;
  border-radius: 22px;
}

.culture-hero .solid-btn {
  min-width: 148px;
  color: #8f171b;
  background: #fffdf8;
  box-shadow: 0 12px 26px rgba(50, 8, 10, 0.16);
}

.culture-hero .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(219, 194, 138, 0.72);
}

.culture-hero__panel {
  overflow: hidden;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(219, 194, 138, 0.64);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50, 8, 10, 0.17);
}

.culture-hero__panel figure {
  position: relative;
  height: 202px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.86);
}

.culture-hero__panel figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 78px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(50, 8, 10, 0.54));
}

.culture-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-hero__card {
  position: relative;
  padding: 20px 24px 20px;
  background:
    url("./assets/intro-bg-linework.png") right -120px bottom -80px / 360px auto no-repeat,
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.86));
}


.culture-hero__card span,
.culture-article-card span,
.culture-cta span {
  display: inline-block;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-hero__card strong {
  display: block;
  margin-top: 8px;
  color: var(--chu-red);
  font-size: 21px;
  line-height: 29px;
}

.culture-hero__card p {
  margin: 9px 0 0;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 25px;
}

.culture-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.99);
  border: 1px solid rgba(219, 194, 138, 0.74);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50, 8, 10, 0.16);
}

.culture-hero__stats a {
  min-height: 78px;
  padding: 12px 20px 11px;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.culture-hero__stats a:first-child {
  border-left: 0;
}

.culture-hero__stats a:hover {
  background: linear-gradient(135deg, rgba(255, 253, 249, 1), rgba(248, 238, 213, 0.92));
  box-shadow: inset 0 3px 0 rgba(167, 28, 33, 0.7);
}

.culture-hero__stats em {
  display: block;
  margin-bottom: 4px;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.culture-hero__stats strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 26px;
}

.culture-hero__stats span {
  display: block;
  margin-top: 4px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 13px;
  line-height: 18px;
}

.culture-hero__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(199, 168, 103, 0.28);
}

.culture-hero__mini-grid span {
  display: grid;
  gap: 5px;
  min-height: 70px;
  padding: 14px 20px 15px;
  background: rgba(255, 253, 249, 0.96);
}

.culture-hero__mini-grid span + span {
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.culture-hero__mini-grid b {
  color: var(--chu-red);
  font-size: 16px;
  line-height: 22px;
}

.culture-hero__mini-grid em {
  color: rgba(64, 64, 64, 0.68);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.culture-subnav {
  position: sticky;
  top: 0;
  z-index: 24;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
  box-shadow: 0 10px 26px rgba(96, 67, 30, 0.07);
  backdrop-filter: blur(10px);
}

.culture-subnav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  overflow-x: auto;
}

.culture-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 124px;
  height: 62px;
  padding: 0 22px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  font-weight: 700;
  transition: color 0.18s ease;
}

.culture-subnav a::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
  transition: opacity 0.18s ease;
}

.culture-subnav a:hover,
.culture-subnav a.active {
  color: var(--chu-red);
}

.culture-subnav a.active::after {
  opacity: 1;
}

.culture-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg") center 50% / cover no-repeat;
}

.culture-page-hero .subpage-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 20, 12, 0.52) 0%, rgba(40, 20, 12, 0.12) 26%, rgba(40, 20, 12, 0) 48%),
    linear-gradient(90deg, rgba(40, 20, 12, 0.46) 0%, rgba(40, 20, 12, 0.1) 38%, rgba(40, 20, 12, 0) 64%);
}

.culture-main {
  padding: 44px 0 90px;
  background:
    url("./assets/intro-bg-watermark-clean.png") right 34px top 130px / 520px auto no-repeat,
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.culture-layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.culture-side {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.culture-side::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.78));
}

.culture-side h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(143, 23, 27, 0.98), rgba(57, 113, 71, 0.88)),
    url("./assets/intro-bg-linework.png") right center / 360px auto no-repeat;
}

.culture-side a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 20px 0 22px;
  color: rgba(64, 64, 64, 0.86);
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background 0.18s ease;
}

.culture-side a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.culture-side a:hover,
.culture-side a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.culture-side a.active::before {
  opacity: 1;
}

.culture-side span {
  color: rgba(57, 113, 71, 0.72);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.culture-side strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.culture-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.culture-herbs {
  order: 1;
}

.culture-guide {
  order: 2;
}

.culture-activities {
  order: 3;
}

.culture-articles {
  order: 4;
}

.culture-media,
.culture-cta {
  order: 5;
}

.culture-section {
  position: relative;
  scroll-margin-top: 88px;
  margin-bottom: 42px;
}

.panel-alias-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.culture-section__head {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.culture-section__head--split {
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
}

.culture-section__head p {
  margin: 0;
  color: rgba(64, 64, 64, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.culture-section-title {
  margin: 0;
}

.culture-section-title h2 {
  white-space: nowrap;
}

.culture-guide,
.culture-herbs,
.culture-activities,
.culture-articles,
.culture-media {
  padding: 42px 46px 46px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.culture-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: 28px;
  align-items: stretch;
}

.culture-guide__copy {
  position: relative;
  min-height: 310px;
  padding: 30px 34px;
  background:
    url("./assets/intro-bg-linework.png") right -150px bottom -120px / 440px auto no-repeat,
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.76));
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 6px;
}

.culture-guide__copy::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 54px;
  content: "";
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.9));
}

.culture-guide__copy span {
  display: inline-block;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 20px;
}

.culture-guide__copy h3 {
  margin: 8px 0 16px;
  color: var(--chu-red);
  font-size: 26px;
  line-height: 38px;
}

.culture-guide__copy p {
  margin: 0 0 14px;
  color: rgba(32, 32, 32, 0.84);
  font-size: 16px;
  line-height: 31px;
}

.culture-guide__cards {
  display: grid;
  gap: 14px;
}

.culture-guide__cards article,
.culture-activity-grid article {
  position: relative;
  min-height: 94px;
  padding: 20px 22px 20px 26px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-left: 4px solid rgba(167, 28, 33, 0.7);
  border-radius: 5px;
}

.culture-guide__cards b,
.culture-activity-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--chu-red);
  font-size: 18px;
  line-height: 26px;
}

.culture-guide__cards span,
.culture-activity-grid span {
  display: block;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.culture-herb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.culture-herb-feature {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(199, 168, 103, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(117, 17, 22, 0.98), rgba(142, 31, 29, 0.91) 48%, rgba(45, 91, 57, 0.88));
  border: 1px solid rgba(167, 28, 33, 0.22);
  border-radius: 6px;
}

.culture-herb-feature figure {
  position: relative;
  min-height: 282px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.92);
}

.culture-herb-feature figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 62%, rgba(117, 17, 22, 0.55));
}

.culture-herb-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-herb-feature > div {
  align-self: center;
  padding: 30px 34px 30px 0;
  color: #fffdf8;
}

.culture-herb-feature span {
  display: inline-block;
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-herb-feature h3 {
  max-width: 560px;
  margin: 8px 0 12px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 40px;
}

.culture-herb-feature p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 15px;
  line-height: 28px;
}

.culture-herb-feature ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.culture-herb-feature li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 14px;
  line-height: 24px;
}

.culture-herb-feature li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--gold-soft);
  border-radius: 50%;
}

.culture-herb-grid article {
  position: relative;
  min-height: 220px;
  padding: 28px 26px 24px 82px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 223, 0.82));
  border: 1px solid rgba(216, 193, 138, 0.5);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.culture-herb-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.86), rgba(199, 168, 103, 0.62));
}

.culture-herb-grid article::after {
  position: absolute;
  right: -30px;
  bottom: -36px;
  width: 112px;
  height: 112px;
  content: "";
  opacity: 0.035;
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
}

.culture-herb-grid article:hover,
.culture-article-card:hover,
.culture-gallery-card:hover {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
  transform: translateY(-2px);
}

.culture-herb-grid span {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(167, 28, 33, 0.86);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 50%;
}

.culture-herb-grid strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 29px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.28);
}

.culture-herb-grid p {
  margin: 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.culture-herb-grid em {
  display: block;
  margin-top: 16px;
  color: rgba(57, 113, 71, 0.82);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.culture-activity-layout {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.culture-activity-feature {
  position: relative;
  min-height: 424px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 6px;
}

.culture-activity-feature img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.culture-activity-feature figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 7px;
  padding: 22px 24px;
  color: #fffdf8;
  background: linear-gradient(180deg, transparent, rgba(50, 8, 10, 0.8));
}

.culture-activity-feature span {
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-activity-feature strong {
  font-size: 20px;
  line-height: 30px;
}

.culture-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.culture-activity-grid article {
  min-height: 205px;
  padding: 26px 24px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.82));
}

.culture-article-grid {
  display: grid;
  grid-template-columns: 1.14fr 1fr 1fr;
  gap: 16px;
}

.culture-article-card {
  position: relative;
  display: flex;
  min-height: 264px;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.culture-article-card--featured {
  grid-row: span 2;
  min-height: 544px;
}

.culture-article-card img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.culture-article-card--featured img {
  height: 306px;
}

.culture-article-card span {
  margin: 18px 20px 8px;
}

.culture-article-card strong {
  display: block;
  margin: 0 20px;
  color: var(--ink);
  font-size: 18px;
  line-height: 28px;
}

.culture-article-card p {
  margin: 12px 20px 20px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 25px;
}

.culture-media__grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 16px;
}

.culture-gallery-card {
  position: relative;
  min-height: 238px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 6px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.culture-gallery-card--large {
  grid-row: span 2;
  min-height: 492px;
}

.culture-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.culture-gallery-card:hover img {
  transform: scale(1.025);
}

.culture-gallery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  color: #fffdf8;
  background: linear-gradient(180deg, transparent, rgba(50, 8, 10, 0.78));
}

.culture-gallery-card strong {
  font-size: 17px;
  line-height: 25px;
}

.culture-gallery-card span {
  color: rgba(255, 253, 248, 0.82);
  font-size: 13px;
  line-height: 20px;
}

.culture-video-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 238px;
  padding: 28px 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(117, 17, 22, 0.96), rgba(167, 28, 33, 0.88) 56%, rgba(57, 113, 71, 0.84)),
    url("./assets/intro-bg-linework.png") right center / 460px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 6px;
}

.culture-video-card__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 253, 248, 0.12);
  border: 1px solid rgba(219, 194, 138, 0.58);
  border-radius: 50%;
}

.culture-video-card__mark::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fffdf8;
}

.culture-video-card strong {
  display: block;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 32px;
}

.culture-video-card p {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 15px;
  line-height: 27px;
}

.culture-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background:
    linear-gradient(90deg, rgba(117, 17, 22, 0.97), rgba(167, 28, 33, 0.9) 58%, rgba(57, 113, 71, 0.78)),
    url("./assets/intro-bg-linework.png") right center / 560px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(96, 67, 30, 0.12);
}

.culture-cta span {
  color: rgba(229, 205, 142, 0.96);
}

.culture-cta h2 {
  margin: 8px 0 0;
  color: #fffdf8;
  font-size: 26px;
  line-height: 38px;
}

.culture-cta .solid-btn {
  min-width: 148px;
  color: var(--chu-red);
  background: #fffdf8;
}

.culture-cta .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.culture-cta .contact-btn:hover {
  color: var(--chu-red);
  background: #fffdf8;
  border-color: #fffdf8;
}

.news-detail-main.is-culture-detail {
  background:
    url("./assets/intro-bg-watermark-clean.png") right 34px top 130px / 520px auto no-repeat,
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.news-detail-main.is-culture-detail .news-sidebar h2 {
  background:
    linear-gradient(135deg, rgba(117, 17, 22, 0.98), rgba(57, 113, 71, 0.82)),
    url("./assets/intro-bg-linework.png") right center / 260px auto no-repeat;
}

@media (max-width: 1100px) {
  .culture-hero {
    min-height: auto;
    background:
      linear-gradient(100deg, rgba(88, 13, 18, 0.98), rgba(139, 24, 28, 0.88)),
      url("./assets/culture/culture-herb-wall.jpg") center / cover no-repeat;
  }

  .culture-hero__grid,
  .culture-guide__grid,
  .culture-activity-layout,
  .culture-section__head--split {
    grid-template-columns: 1fr;
  }

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

  .culture-side {
    position: static;
  }

  .culture-side h2 {
    padding: 20px 22px;
  }

  .culture-side a {
    min-height: 58px;
  }

  .culture-hero__panel {
    max-width: none;
  }

  .culture-hero__stats,
  .culture-herb-grid,
  .culture-article-grid,
  .culture-media__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .culture-article-card--featured,
  .culture-gallery-card--large {
    grid-row: auto;
    min-height: 264px;
  }

  .culture-article-card--featured img {
    height: 156px;
  }

  .culture-activity-feature {
    min-height: 320px;
  }

  .culture-herb-feature {
    grid-template-columns: 1fr;
  }

  .culture-herb-feature figure {
    min-height: 240px;
  }

  .culture-herb-feature figure::after {
    background: linear-gradient(180deg, transparent 58%, rgba(117, 17, 22, 0.46));
  }

  .culture-herb-feature > div {
    padding: 0 28px 30px;
  }
}

@media (max-width: 760px) {
  .culture-hero__inner {
    padding-top: 16px;
  }

  .culture-breadcrumb {
    margin-bottom: 14px;
  }

  .culture-hero h1 {
    min-height: 0;
    font-size: 34px;
    line-height: 1.18;
  }

  .culture-hero h1::after {
    right: -42px;
    width: 32px;
    height: 42px;
  }

  .culture-hero__copy p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 27px;
  }

  .culture-hero__tags {
    gap: 8px;
    margin-top: 14px;
  }

  .culture-hero__tags span {
    height: 29px;
    padding: 0 11px;
    font-size: 12px;
  }

  .culture-hero__actions {
    gap: 10px;
    margin-top: 17px;
  }

  .culture-hero__grid {
    gap: 20px;
  }

  .culture-hero .solid-btn,
  .culture-hero .contact-btn {
    height: 40px;
    min-height: 40px;
  }

  .culture-hero__panel figure {
    height: 138px;
  }

  .culture-hero__card {
    padding: 16px 20px 16px;
  }

  .culture-hero__card::before {
    left: 20px;
    width: 34px;
    height: 34px;
  }

  .culture-hero__card strong {
    font-size: 19px;
    line-height: 27px;
  }

  .culture-hero__card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 23px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .culture-hero__stats,
  .culture-herb-grid,
  .culture-activity-grid,
  .culture-article-grid,
  .culture-media__grid {
    grid-template-columns: 1fr;
  }

  .culture-hero__stats a {
    min-height: 63px;
    padding: 9px 18px 8px;
    border-top: 1px solid rgba(199, 168, 103, 0.28);
    border-left: 0;
  }

  .culture-hero__stats strong {
    font-size: 19px;
    line-height: 24px;
  }

  .culture-hero__stats span {
    font-size: 12px;
    line-height: 16px;
  }

  .culture-hero__stats a:first-child {
    border-top: 0;
  }

  .culture-hero__mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .culture-hero__mini-grid span {
    min-height: 62px;
    padding: 11px 14px 12px;
  }

  .culture-hero__mini-grid span + span {
    border-top: 0;
    border-left: 1px solid rgba(199, 168, 103, 0.28);
  }

  .culture-hero__mini-grid b {
    font-size: 15px;
    line-height: 21px;
  }

  .culture-hero__mini-grid em {
    font-size: 12px;
    line-height: 18px;
  }

  .culture-subnav {
    position: static;
  }

  .culture-subnav .container {
    justify-content: flex-start;
    height: 56px;
  }

  .culture-subnav a {
    min-width: auto;
    height: 56px;
    padding: 0 18px;
    font-size: 14px;
  }

  .culture-subnav a::after {
    right: 18px;
    left: 18px;
  }

  .culture-main {
    padding: 42px 0 64px;
  }

  .culture-guide,
  .culture-herbs,
  .culture-activities,
  .culture-articles,
  .culture-media {
    padding: 28px 22px;
  }

  .culture-section {
    margin-bottom: 32px;
  }

  .culture-section-title h2 {
    white-space: normal;
  }

  .culture-section__head {
    margin-bottom: 18px;
  }

  .culture-section__head p {
    font-size: 15px;
    line-height: 27px;
  }

  .culture-guide__copy {
    min-height: auto;
    padding: 26px 22px;
  }

  .culture-guide__copy h3,
  .culture-herb-feature h3,
  .culture-video-card strong,
  .culture-cta h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .culture-herb-feature {
    margin-bottom: 18px;
  }

  .culture-herb-feature > div {
    padding: 0 22px 24px;
  }

  .culture-herb-grid article {
    min-height: auto;
    padding: 76px 22px 24px;
  }

  .culture-herb-grid span {
    left: 22px;
    top: 22px;
  }

  .culture-activity-feature,
  .culture-gallery-card,
  .culture-gallery-card--large,
  .culture-video-card {
    min-height: 226px;
  }

  .culture-article-card,
  .culture-article-card--featured {
    min-height: auto;
  }

  .culture-video-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .culture-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 22px;
  }
}

/* Gepu column page */
.gepu-core-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(167, 28, 33, 0.07), transparent 19rem),
    radial-gradient(circle at 86% 36%, rgba(57, 113, 71, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, #f5efe3 100%);
}

.gepu-hero {
  position: relative;
  overflow: hidden;
  color: #fffdf8;
  background:
    linear-gradient(103deg, rgba(73, 11, 15, 0.98) 0%, rgba(131, 22, 26, 0.94) 42%, rgba(131, 22, 26, 0.66) 66%, rgba(44, 82, 52, 0.24) 100%),
    linear-gradient(180deg, rgba(73, 11, 15, 0.02), rgba(73, 11, 15, 0.62)),
    url("./assets/gap/gap-case-luotian.png") right center / min(58vw, 860px) auto no-repeat,
    #8f171b;
}

.gepu-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 17rem),
    radial-gradient(circle at 78% 38%, rgba(219, 194, 138, 0.14), transparent 18rem),
    linear-gradient(90deg, rgba(219, 194, 138, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(219, 194, 138, 0.06) 1px, transparent 1px);
  background-size: auto, auto, 128px 128px, 128px 128px;
}

.gepu-hero::after {
  position: absolute;
  right: -210px;
  bottom: -270px;
  width: 700px;
  height: 700px;
  content: "";
  pointer-events: none;
  opacity: 0.25;
  border: 1px solid rgba(219, 194, 138, 0.62);
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px rgba(219, 194, 138, 0.035);
}

.gepu-hero__inner {
  position: relative;
  z-index: 1;
  padding: 18px 0 0;
}

.gepu-breadcrumb {
  margin-bottom: 13px;
  color: rgba(255, 248, 231, 0.82);
}

.gepu-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) 392px;
  gap: 58px;
  align-items: start;
}

.gepu-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: rgba(229, 205, 142, 0.96);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.gepu-hero h1 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 55px;
  margin: 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 10px 28px rgba(50, 8, 10, 0.24);
}


.gepu-hero__copy p {
  max-width: 626px;
  margin: 12px 0 0;
  color: rgba(255, 248, 231, 0.9);
  font-size: 16px;
  line-height: 29px;
}

.gepu-hero__tags,
.gepu-hero__actions,
.gepu-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gepu-hero__tags {
  margin-top: 15px;
}

.gepu-hero__tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 248, 231, 0.92);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.46);
  border-radius: 999px;
}

.gepu-hero__actions {
  margin-top: 18px;
}

.gepu-hero .solid-btn,
.gepu-hero .contact-btn {
  height: 44px;
  min-height: 44px;
  border-radius: 22px;
}

.gepu-hero .solid-btn {
  min-width: 168px;
  color: #8f171b;
  background: #fffdf8;
  box-shadow: 0 12px 26px rgba(50, 8, 10, 0.16);
}

.gepu-hero .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(219, 194, 138, 0.72);
}

.gepu-hero__panel {
  overflow: hidden;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(219, 194, 138, 0.64);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50, 8, 10, 0.17);
}

.gepu-hero__panel figure {
  position: relative;
  height: 184px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.86);
}

.gepu-hero__panel figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 78px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(50, 8, 10, 0.54));
}

.gepu-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gepu-hero__card {
  position: relative;
  padding: 18px 22px 17px;
  background:
    url("./assets/intro-bg-linework.png") right -120px bottom -80px / 360px auto no-repeat,
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.86));
}

.gepu-hero__card::before {
  position: absolute;
  left: 26px;
  top: -18px;
  width: 42px;
  height: 42px;
  content: "";
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 16px rgba(50, 8, 10, 0.16));
}

.gepu-hero__card span,
.gepu-case-card span,
.gepu-platform-panel span,
.gepu-cta span {
  display: inline-block;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.gepu-hero__card strong {
  display: block;
  margin-top: 7px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 28px;
}

.gepu-hero__card p {
  margin: 7px 0 0;
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 24px;
}

.gepu-hero__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-hero__mini-grid span {
  display: grid;
  gap: 5px;
  min-height: 64px;
  padding: 12px 18px 13px;
  background: rgba(255, 253, 249, 0.96);
}

.gepu-hero__mini-grid span + span {
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-hero__mini-grid b {
  color: var(--chu-red);
  font-size: 16px;
  line-height: 22px;
}

.gepu-hero__mini-grid em {
  color: rgba(64, 64, 64, 0.68);
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.gepu-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.99);
  border: 1px solid rgba(219, 194, 138, 0.74);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50, 8, 10, 0.16);
}

.gepu-hero__stats a {
  min-height: 74px;
  padding: 10px 18px 9px;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.gepu-hero__stats a:first-child {
  border-left: 0;
}

.gepu-hero__stats a:hover {
  background: linear-gradient(135deg, rgba(255, 253, 249, 1), rgba(248, 238, 213, 0.92));
  box-shadow: inset 0 3px 0 rgba(167, 28, 33, 0.7);
}

.gepu-hero__stats em {
  display: block;
  margin-bottom: 4px;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gepu-hero__stats strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 25px;
}

.gepu-hero__stats span {
  display: block;
  margin-top: 4px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 13px;
  line-height: 18px;
}

.gepu-subnav {
  position: sticky;
  top: 0;
  z-index: 24;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
  box-shadow: 0 10px 26px rgba(96, 67, 30, 0.07);
  backdrop-filter: blur(10px);
}

.gepu-subnav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  overflow-x: auto;
}

.gepu-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 124px;
  height: 62px;
  padding: 0 22px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 15px;
  font-weight: 700;
  transition: color 0.18s ease;
}

.gepu-subnav a::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
  transition: opacity 0.18s ease;
}

.gepu-subnav a:hover,
.gepu-subnav a.active {
  color: var(--chu-red);
}

.gepu-subnav a.active::after {
  opacity: 1;
}

.gepu-main {
  padding: 54px 0 90px;
  background:
    url("./assets/intro-bg-watermark-clean.png") right 34px top 130px / 520px auto no-repeat,
    radial-gradient(circle at 9% 26%, rgba(199, 168, 103, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfaf6 0%, #f7f2e8 100%);
}

.gepu-section {
  position: relative;
  scroll-margin-top: 88px;
  margin-bottom: 42px;
}

.gepu-section__head {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.gepu-section__head--split {
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
}

.gepu-section__head p {
  margin: 0;
  color: rgba(64, 64, 64, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.gepu-section-title {
  margin: 0;
}

.gepu-section-title h2 {
  white-space: nowrap;
}

.gepu-guide,
.gepu-services,
.gepu-cases,
.gepu-guides,
.gepu-resources,
.gepu-policy-panel,
.gepu-platform-panel {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.gepu-guide,
.gepu-services,
.gepu-cases,
.gepu-guides,
.gepu-resources {
  padding: 42px 46px 46px;
}

.gepu-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: 28px;
  align-items: stretch;
}

.gepu-guide__copy {
  position: relative;
  min-height: 310px;
  padding: 30px 34px;
  background:
    url("./assets/intro-bg-linework.png") right -150px bottom -120px / 440px auto no-repeat,
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.76));
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 6px;
}

.gepu-guide__copy::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 54px;
  content: "";
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.9));
}

.gepu-guide__copy span {
  display: inline-block;
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 20px;
}

.gepu-guide__copy h3 {
  margin: 8px 0 16px;
  color: var(--chu-red);
  font-size: 26px;
  line-height: 38px;
}

.gepu-guide__copy p {
  margin: 0 0 14px;
  color: rgba(32, 32, 32, 0.84);
  font-size: 16px;
  line-height: 31px;
}

.gepu-guide__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gepu-guide__cards article {
  position: relative;
  min-height: 148px;
  padding: 22px 22px 20px 26px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-left: 4px solid rgba(167, 28, 33, 0.7);
  border-radius: 5px;
}

.gepu-guide__cards b {
  display: block;
  margin-bottom: 8px;
  color: var(--chu-red);
  font-size: 18px;
  line-height: 26px;
}

.gepu-guide__cards span {
  display: block;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.gepu-service-feature {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(199, 168, 103, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(117, 17, 22, 0.98), rgba(142, 31, 29, 0.91) 48%, rgba(45, 91, 57, 0.88));
  border: 1px solid rgba(167, 28, 33, 0.22);
  border-radius: 6px;
}

.gepu-service-feature figure {
  position: relative;
  min-height: 292px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.92);
}

.gepu-service-feature figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 62%, rgba(117, 17, 22, 0.55));
}

.gepu-service-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gepu-service-feature > div {
  align-self: center;
  padding: 30px 34px 30px 0;
  color: #fffdf8;
}

.gepu-service-feature span {
  display: inline-block;
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.gepu-service-feature h3 {
  max-width: 620px;
  margin: 8px 0 12px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 40px;
}

.gepu-service-feature p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 253, 248, 0.84);
  font-size: 15px;
  line-height: 28px;
}

.gepu-service-feature a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  margin-top: 20px;
  padding: 0 18px;
  color: #8f171b;
  font-size: 14px;
  font-weight: 700;
  background: #fffdf8;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.gepu-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gepu-service-grid article {
  position: relative;
  min-height: 196px;
  padding: 28px 26px 24px 82px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 223, 0.82));
  border: 1px solid rgba(216, 193, 138, 0.5);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gepu-service-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.86), rgba(199, 168, 103, 0.62));
}


.gepu-service-grid article:hover,
.gepu-case-card:hover,
.gepu-policy-list a:hover {
  border-color: rgba(167, 28, 33, 0.34);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
  transform: translateY(-2px);
}

.gepu-service-grid b {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(167, 28, 33, 0.86);
  font-size: 17px;
  line-height: 1;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.18);
  border-radius: 50%;
}

.gepu-service-grid strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 29px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-service-grid span {
  display: block;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.gepu-case-grid {
  display: grid;
  grid-template-columns: 1.14fr 1fr 1fr;
  gap: 16px;
}

.gepu-case-card {
  position: relative;
  display: flex;
  min-height: 274px;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(96, 67, 30, 0.065);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gepu-case-card--featured {
  grid-row: span 2;
  min-height: 564px;
}

.gepu-case-card img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.gepu-case-card--featured img {
  height: 318px;
}

.gepu-case-card span {
  margin: 18px 20px 8px;
}

.gepu-case-card strong {
  display: block;
  margin: 0 20px;
  color: var(--ink);
  font-size: 18px;
  line-height: 28px;
}

.gepu-case-card p {
  margin: 12px 20px 20px;
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 25px;
}

.gepu-step-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 22px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 6px;
}

.gepu-step-flow span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0 13px;
  color: rgba(64, 64, 64, 0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-step-flow span:first-child {
  color: #fffdf8;
  background: var(--chu-red);
  border-left: 0;
}

.gepu-step-flow span:not(:last-child)::after {
  position: absolute;
  right: -6px;
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  content: "";
  background: inherit;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  border-right: 1px solid rgba(199, 168, 103, 0.28);
  transform: translateY(-50%) rotate(45deg);
}

.gepu-guide-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gepu-guide-list article {
  min-height: 228px;
  padding: 24px 22px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.82));
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-top: 4px solid rgba(167, 28, 33, 0.7);
  border-radius: 5px;
}

.gepu-guide-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--chu-red);
  font-size: 18px;
  line-height: 27px;
}

.gepu-guide-list p {
  margin: 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 27px;
}

.gepu-guide-list a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  margin-top: 16px;
  padding: 0 15px;
  color: var(--chu-red);
  font-size: 13px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
}

.gepu-resources__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
}

.gepu-policy-panel,
.gepu-platform-panel {
  min-height: 100%;
  padding: 32px 34px;
}

.gepu-policy-list {
  display: grid;
  gap: 12px;
}

.gepu-policy-list a {
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 16px 18px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 5px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gepu-policy-list strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.gepu-policy-list span {
  color: rgba(64, 64, 64, 0.62);
  font-size: 13px;
  line-height: 20px;
}

.gepu-platform-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.gepu-platform-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-radius: 6px;
}

.gepu-platform-panel div {
  align-self: center;
}

.gepu-platform-panel h3 {
  margin: 8px 0 14px;
  color: var(--chu-red);
  font-size: 26px;
  line-height: 38px;
}

.gepu-platform-panel p {
  margin: 0;
  color: rgba(64, 64, 64, 0.76);
  font-size: 16px;
  line-height: 30px;
}

.gepu-platform-panel a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  margin-top: 22px;
  padding: 0 18px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.gepu-platform-panel a:hover,
.gepu-guide-list a:hover {
  color: #fffdf8;
  background: var(--chu-red);
  border-color: var(--chu-red);
}

.gepu-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background:
    linear-gradient(90deg, rgba(117, 17, 22, 0.97), rgba(167, 28, 33, 0.9) 58%, rgba(57, 113, 71, 0.78)),
    url("./assets/intro-bg-linework.png") right center / 560px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.24);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(96, 67, 30, 0.12);
}

.gepu-cta span {
  color: rgba(229, 205, 142, 0.96);
}

.gepu-cta h2 {
  margin: 8px 0 0;
  color: #fffdf8;
  font-size: 26px;
  line-height: 38px;
}

.gepu-cta .solid-btn {
  min-width: 168px;
  color: var(--chu-red);
  background: #fffdf8;
}

.gepu-cta .contact-btn {
  min-width: 136px;
  color: #fffdf8;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.gepu-cta .contact-btn:hover {
  color: var(--chu-red);
  background: #fffdf8;
  border-color: #fffdf8;
}

.news-detail-main.is-gepu-detail {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.98) 48%, rgba(255, 253, 248, 0.98)),
    url("./assets/intro-bg-paper.png") center top / 920px auto repeat;
}

.news-detail-main.is-gepu-detail .news-sidebar h2 {
  background:
    linear-gradient(135deg, rgba(117, 17, 22, 0.98), rgba(57, 113, 71, 0.82)),
    url("./assets/intro-bg-linework.png") right center / 260px auto no-repeat;
}

@media (max-width: 1100px) {
  .gepu-hero {
    background:
      linear-gradient(100deg, rgba(88, 13, 18, 0.98), rgba(139, 24, 28, 0.88)),
      url("./assets/gap/gap-case-luotian.png") center / cover no-repeat;
  }

  .gepu-hero__grid,
  .gepu-guide__grid,
  .gepu-service-feature,
  .gepu-resources__grid,
  .gepu-platform-panel,
  .gepu-section__head--split {
    grid-template-columns: 1fr;
  }

  .gepu-hero__panel {
    max-width: none;
  }

  .gepu-hero__stats,
  .gepu-guide__cards,
  .gepu-service-grid,
  .gepu-case-grid,
  .gepu-guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-case-card--featured {
    grid-row: auto;
    min-height: 274px;
  }

  .gepu-case-card--featured img {
    height: 156px;
  }

  .gepu-step-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gepu-service-feature figure {
    min-height: 250px;
  }

  .gepu-service-feature figure::after {
    background: linear-gradient(180deg, transparent 58%, rgba(117, 17, 22, 0.46));
  }

  .gepu-service-feature > div {
    padding: 0 28px 30px;
  }

  .gepu-platform-panel img {
    height: 280px;
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .gepu-hero__inner {
    padding-top: 16px;
  }

  .gepu-breadcrumb {
    margin-bottom: 14px;
  }

  .gepu-hero h1 {
    min-height: 0;
    font-size: 34px;
    line-height: 1.18;
  }

  .gepu-hero h1::after {
    right: -42px;
    width: 32px;
    height: 42px;
  }

  .gepu-hero__copy p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 27px;
  }

  .gepu-hero__tags {
    gap: 8px;
    margin-top: 14px;
  }

  .gepu-hero__tags span {
    height: 29px;
    padding: 0 11px;
    font-size: 12px;
  }

  .gepu-hero__actions {
    gap: 10px;
    margin-top: 17px;
  }

  .gepu-hero__grid {
    gap: 20px;
  }

  .gepu-hero .solid-btn,
  .gepu-hero .contact-btn {
    height: 40px;
    min-height: 40px;
  }

  .gepu-hero__panel figure {
    height: 138px;
  }

  .gepu-hero__card {
    padding: 16px 20px 16px;
  }

  .gepu-hero__card::before {
    left: 20px;
    width: 34px;
    height: 34px;
  }

  .gepu-hero__card strong {
    font-size: 19px;
    line-height: 27px;
  }

  .gepu-hero__card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 23px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .gepu-hero__stats,
  .gepu-guide__cards,
  .gepu-service-grid,
  .gepu-case-grid,
  .gepu-guide-list,
  .gepu-step-flow {
    grid-template-columns: 1fr;
  }

  .gepu-hero__stats a {
    min-height: 63px;
    padding: 9px 18px 8px;
    border-top: 1px solid rgba(199, 168, 103, 0.28);
    border-left: 0;
  }

  .gepu-hero__stats strong {
    font-size: 19px;
    line-height: 24px;
  }

  .gepu-hero__stats span {
    font-size: 12px;
    line-height: 16px;
  }

  .gepu-hero__stats a:first-child {
    border-top: 0;
  }

  .gepu-hero__mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-hero__mini-grid span {
    min-height: 62px;
    padding: 11px 14px 12px;
  }

  .gepu-hero__mini-grid span + span {
    border-top: 0;
    border-left: 1px solid rgba(199, 168, 103, 0.28);
  }

  .gepu-subnav {
    position: static;
  }

  .gepu-subnav .container {
    justify-content: flex-start;
    height: 56px;
  }

  .gepu-subnav a {
    min-width: auto;
    height: 56px;
    padding: 0 18px;
    font-size: 14px;
  }

  .gepu-subnav a::after {
    right: 18px;
    left: 18px;
  }

  .gepu-main {
    padding: 42px 0 64px;
  }

  .gepu-guide,
  .gepu-services,
  .gepu-cases,
  .gepu-guides,
  .gepu-resources,
  .gepu-policy-panel,
  .gepu-platform-panel {
    padding: 28px 22px;
  }

  .gepu-section {
    margin-bottom: 32px;
  }

  .gepu-section-title h2 {
    white-space: normal;
  }

  .gepu-section__head {
    margin-bottom: 18px;
  }

  .gepu-section__head p {
    font-size: 15px;
    line-height: 27px;
  }

  .gepu-guide__copy {
    min-height: auto;
    padding: 26px 22px;
  }

  .gepu-guide__copy h3,
  .gepu-service-feature h3,
  .gepu-platform-panel h3,
  .gepu-cta h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .gepu-service-feature {
    margin-bottom: 18px;
  }

  .gepu-service-feature > div {
    padding: 0 22px 24px;
  }

  .gepu-service-grid article {
    min-height: auto;
    padding: 76px 22px 24px;
  }

  .gepu-service-grid b {
    left: 22px;
    top: 22px;
  }

  .gepu-case-card,
  .gepu-case-card--featured {
    min-height: auto;
  }

  .gepu-step-flow span {
    min-height: 54px;
    border-top: 1px solid rgba(199, 168, 103, 0.24);
    border-left: 0;
  }

  .gepu-step-flow span:first-child {
    border-top: 0;
  }

  .gepu-step-flow span::after {
    display: none;
  }

  .gepu-platform-panel img {
    height: 220px;
    min-height: 220px;
  }

  .gepu-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 22px;
  }
}

/* Gepu module differentiation */
.gepu-guide--map {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(57, 113, 71, 0.11), transparent 16rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.86));
}


.gepu-channel-map {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
  padding: 10px 0;
}

.gepu-channel-map::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 27px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.18), rgba(199, 168, 103, 0.8), rgba(57, 113, 71, 0.18));
}

.gepu-channel-map article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  min-height: 82px;
  padding: 11px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.gepu-channel-map article + article {
  border-top: 1px solid rgba(199, 168, 103, 0.22);
}

.gepu-channel-map em {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fffdf8;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(135deg, var(--chu-red), rgba(57, 113, 71, 0.92));
  border: 3px solid rgba(255, 253, 248, 0.96);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(96, 67, 30, 0.16);
}

.gepu-channel-map b,
.gepu-channel-map span {
  grid-column: 2;
}

.gepu-channel-map b {
  margin: 0 0 4px;
  font-size: 18px;
}

.gepu-services--console {
  padding-bottom: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(219, 194, 138, 0.16), transparent 16rem),
    linear-gradient(135deg, rgba(88, 13, 18, 0.98), rgba(117, 17, 22, 0.93) 48%, rgba(37, 87, 58, 0.92));
  border-color: rgba(167, 28, 33, 0.18);
}

.gepu-services--console .gepu-section__head p,
.gepu-services--console .gepu-section-title h2 {
  color: #fffdf8;
}

.gepu-services--console .gepu-section__head p {
  color: rgba(255, 253, 248, 0.8);
}

.gepu-services--console .jc-section-title__ornament {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.gepu-service-console {
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 253, 248, 0.045) 1px, transparent 1px),
    rgba(255, 253, 248, 0.08);
  background-size: 64px 64px;
  border: 1px solid rgba(219, 194, 138, 0.28);
  border-radius: 8px;
}

.gepu-service-console article {
  min-height: 176px;
  padding: 24px 22px 22px;
  background: rgba(255, 253, 248, 0.09);
  border-color: rgba(219, 194, 138, 0.24);
  box-shadow: none;
}

.gepu-service-console article::before {
  inset: 0 0 auto;
  width: auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(219, 194, 138, 0.92), rgba(255, 253, 248, 0.18));
}

.gepu-service-console article::after {
  opacity: 0.08;
  filter: brightness(0) invert(1);
}

.gepu-service-console b {
  position: static;
  display: inline-flex;
  width: auto;
  height: 24px;
  margin-bottom: 16px;
  padding: 0 10px;
  color: rgba(229, 205, 142, 0.96);
  font-size: 12px;
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(219, 194, 138, 0.28);
  border-radius: 999px;
}

.gepu-service-console strong {
  color: #fffdf8;
  border-bottom-color: rgba(219, 194, 138, 0.2);
}

.gepu-service-console span {
  color: rgba(255, 253, 248, 0.75);
}

.gepu-case-feed {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-radius: 8px;
}

.gepu-case-feed .gepu-case-card {
  min-height: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gepu-case-feed .gepu-case-card--featured {
  grid-row: span 3;
  min-height: 522px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border-right: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  align-items: stretch;
  min-height: 174px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.26);
}

.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured):last-child {
  border-bottom: 0;
}

.gepu-case-feed .gepu-case-card img {
  height: 100%;
  min-height: 174px;
}

.gepu-case-feed .gepu-case-card--featured img {
  height: 318px;
}

.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) span,
.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) strong,
.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) p {
  grid-column: 2;
}

.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) span {
  margin: 18px 20px 6px;
}

.gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) p {
  margin-bottom: 16px;
}

.gepu-guides--timeline {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.72)),
    url("./assets/intro-bg-linework.png") right -180px center / 620px auto no-repeat;
}

.gepu-guide-timeline {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 22px;
}

.gepu-guide-timeline::before {
  position: absolute;
  top: 43px;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(167, 28, 33, 0.16), rgba(199, 168, 103, 0.9), rgba(57, 113, 71, 0.16));
}

.gepu-guide-timeline article {
  position: relative;
  min-height: 230px;
  padding: 58px 20px 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.gepu-guide-timeline article::before {
  position: absolute;
  top: 7px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fffdf8;
  font-size: 14px;
  font-weight: 700;
  background: var(--chu-red);
  border: 4px solid var(--paper-strong);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(96, 67, 30, 0.14);
}

.gepu-guide-timeline article:nth-child(1)::before {
  content: "01";
}

.gepu-guide-timeline article:nth-child(2)::before {
  content: "02";
}

.gepu-guide-timeline article:nth-child(3)::before {
  content: "03";
}

.gepu-guide-timeline article:nth-child(4)::before {
  content: "04";
}

.gepu-resource-library {
  grid-template-columns: minmax(0, 1.12fr) 360px;
  gap: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 8px;
}

.gepu-resource-library .gepu-policy-panel,
.gepu-resource-library .gepu-platform-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gepu-resource-library .gepu-platform-panel {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(117, 17, 22, 0.96), rgba(85, 16, 19, 0.94)),
    url("./assets/intro-bg-linework.png") right bottom / 440px auto no-repeat;
}

.gepu-resource-library .gepu-platform-panel img {
  height: 190px;
  min-height: 190px;
  border-color: rgba(219, 194, 138, 0.34);
}

.gepu-resource-library .gepu-platform-panel div {
  align-self: stretch;
  padding-top: 22px;
}

.gepu-resource-library .gepu-platform-panel h3,
.gepu-resource-library .gepu-platform-panel p {
  color: #fffdf8;
}

.gepu-resource-library .gepu-platform-panel p {
  color: rgba(255, 253, 248, 0.76);
}

.gepu-resource-library .gepu-platform-panel a {
  color: #8f171b;
  background: #fffdf8;
  border-color: #fffdf8;
}

.gepu-policy-list a {
  position: relative;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 82px;
  padding-left: 16px;
}

.gepu-policy-list a::before {
  display: grid;
  place-items: center;
  width: 42px;
  height: 50px;
  content: "文";
  color: rgba(167, 28, 33, 0.84);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.12);
  border-radius: 4px;
}

.gepu-policy-list strong,
.gepu-policy-list span {
  grid-column: 2;
}

@media (max-width: 1100px) {
  .gepu-case-feed,
  .gepu-resource-library {
    grid-template-columns: 1fr;
  }

  .gepu-case-feed .gepu-case-card--featured {
    grid-row: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 168, 103, 0.28);
  }

  .gepu-guide-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 0;
  }

  .gepu-guide-timeline::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .gepu-channel-map::before {
    left: 23px;
  }

  .gepu-channel-map article {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 88px;
  }

  .gepu-channel-map em {
    width: 46px;
    height: 46px;
  }

  .gepu-service-console {
    padding: 12px;
  }

  .gepu-service-console article {
    padding: 22px 18px 20px;
  }

  .gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) {
    grid-template-columns: 1fr;
  }

  .gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) img {
    height: 156px;
    min-height: 156px;
  }

  .gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) span,
  .gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) strong,
  .gepu-case-feed .gepu-case-card:not(.gepu-case-card--featured) p {
    grid-column: 1;
  }

  .gepu-guide-timeline {
    grid-template-columns: 1fr;
  }

  .gepu-guide-timeline article {
    min-height: auto;
    padding: 56px 0 20px 64px;
    border-bottom: 1px solid rgba(199, 168, 103, 0.22);
  }

  .gepu-guide-timeline article::before {
    left: 0;
  }

  .gepu-policy-list a {
    grid-template-columns: 38px minmax(0, 1fr);
  }
}

/* Culture page differentiation */
.culture-guide--museum {
  overflow: hidden;
  padding-bottom: 38px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.76)),
    url("./assets/intro-bg-linework.png") right -220px bottom -180px / 680px auto no-repeat;
}


.culture-museum-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  grid-template-areas:
    "visual copy"
    "entries entries"
    "stories stories";
  gap: 22px 28px;
}

.culture-museum-visual {
  position: relative;
  grid-area: visual;
  min-height: 356px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.88);
  border: 1px solid rgba(199, 168, 103, 0.36);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.11);
}

.culture-museum-visual::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 253, 248, 0.58);
}

.culture-museum-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.culture-museum-visual img[hidden] {
  display: none;
}

.culture-museum-visual.is-empty {
  display: grid;
  place-items: center;
}

.culture-museum-visual__state {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: min(72%, 320px);
  min-height: 92px;
  padding: 18px 22px;
  color: rgba(64, 64, 64, 0.62);
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}

.culture-museum-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 16px;
  align-items: center;
  padding: 16px 18px;
  color: #fffdf8;
  background: rgba(88, 13, 18, 0.86);
  border: 1px solid rgba(219, 194, 138, 0.42);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.culture-museum-visual strong {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 30px;
}

.culture-museum-visual span {
  color: rgba(255, 253, 248, 0.82);
  font-size: 14px;
  line-height: 24px;
}

.culture-museum-visual .culture-museum-visual__state {
  color: rgba(64, 64, 64, 0.62);
  font-size: 15px;
  line-height: 26px;
}

.culture-managed-empty {
  width: 100%;
  min-height: 74px;
}

.culture-museum-copy {
  position: relative;
  grid-area: copy;
  align-self: stretch;
  padding: 34px 36px 30px;
  background:
    linear-gradient(180deg, rgba(117, 17, 22, 0.98), rgba(143, 23, 27, 0.93) 58%, rgba(44, 82, 52, 0.88)),
    url("./assets/intro-bg-linework.png") right -160px bottom -110px / 500px auto no-repeat;
  border: 1px solid rgba(167, 28, 33, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.12);
}

.culture-museum-copy span {
  display: inline-block;
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-museum-copy h3 {
  margin: 10px 0 16px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 42px;
}

.culture-museum-copy p {
  margin: 0 0 14px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 16px;
  line-height: 31px;
}

.culture-museum-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.culture-museum-tags .culture-managed-empty {
  color: rgba(255, 253, 248, 0.72);
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(219, 194, 138, 0.28);
}

.culture-museum-tags b {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 253, 248, 0.92);
  font-size: 13px;
  line-height: 32px;
  background: rgba(255, 253, 248, 0.1);
  border: 1px solid rgba(219, 194, 138, 0.36);
  border-radius: 999px;
}

.culture-museum-entries {
  display: grid;
  grid-area: entries;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-radius: 8px;
}

.culture-museum-entries > .culture-managed-empty {
  grid-column: 1 / -1;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.culture-museum-entries a {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 14px;
  min-height: 126px;
  padding: 24px 24px 22px;
  border-left: 1px solid rgba(199, 168, 103, 0.26);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.culture-museum-entries a:first-child {
  border-left: 0;
}

.culture-museum-entries a:hover {
  background: rgba(255, 253, 249, 0.98);
  box-shadow: inset 0 3px 0 rgba(167, 28, 33, 0.62);
}

.culture-museum-entries em {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: rgba(167, 28, 33, 0.86);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 50%;
}

.culture-museum-entries b {
  color: var(--chu-red);
  font-size: 19px;
  line-height: 28px;
}

.culture-museum-entries span {
  color: rgba(64, 64, 64, 0.72);
  font-size: 14px;
  line-height: 25px;
}

.culture-story-section {
  padding-bottom: 0;
}

.culture-story-content {
  padding: clamp(18px, 2.4vw, 26px);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(248, 241, 223, 0.78)),
    url("./assets/intro-bg-linework.png") right -260px bottom -220px / 640px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 8px;
}

.culture-story-board {
  display: grid;
  gap: 16px;
}

.culture-story-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.culture-story-filters button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  color: rgba(57, 113, 71, 0.88);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(57, 113, 71, 0.18);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.culture-story-filters button:hover,
.culture-story-filters button:focus-visible,
.culture-story-filters button.active {
  color: #fffdf8;
  background: rgba(167, 28, 33, 0.9);
  border-color: rgba(167, 28, 33, 0.2);
}

.culture-story-filters button:disabled {
  color: rgba(64, 64, 64, 0.38);
  background: rgba(244, 239, 226, 0.62);
  border-color: rgba(199, 168, 103, 0.16);
  cursor: not-allowed;
}

.culture-story-filters em {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  color: inherit;
  font-size: 12px;
  font-style: normal;
  background: rgba(255, 253, 249, 0.18);
  border-radius: 999px;
}

.culture-story-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  grid-auto-rows: minmax(156px, auto);
  gap: 16px;
  align-items: stretch;
}

.culture-story-showcase--single {
  grid-template-columns: minmax(0, 1fr);
}

.culture-story-showcase--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.culture-story-card {
  position: relative;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  min-height: 156px;
  overflow: hidden;
  color: inherit;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(96, 67, 30, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.culture-story-card:hover,
.culture-story-card:focus-visible {
  border-color: rgba(167, 28, 33, 0.42);
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.13);
  transform: translateY(-2px);
}

.culture-story-card--primary {
  grid-row: span 2;
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  min-height: 328px;
}

.culture-story-showcase--single .culture-story-card--primary {
  grid-row: auto;
  grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
  min-height: 292px;
}

.culture-story-showcase--pair .culture-story-card,
.culture-story-showcase--pair .culture-story-card--primary {
  grid-row: auto;
  grid-template-columns: minmax(0, 1fr);
  min-height: 360px;
}

.culture-story-card figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(237, 231, 213, 0.84);
}

.culture-story-showcase--pair .culture-story-card figure {
  min-height: 190px;
}

.culture-story-card figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(32, 32, 32, 0.46));
}

.culture-story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.culture-story-card:hover img,
.culture-story-card:focus-visible img {
  transform: scale(1.035);
}

.culture-story-card figcaption {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  color: #24573a;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 253, 249, 0.92);
  border-radius: 999px;
}

.culture-story-card--video figure i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: rgba(167, 28, 33, 0.88);
  border: 1px solid rgba(255, 253, 249, 0.5);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(32, 32, 32, 0.18);
}

.culture-story-card--video figure i::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fffdf9;
}

.culture-story-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 22px 18px;
}

.culture-story-card--primary .culture-story-card__body {
  justify-content: center;
  padding: 28px 30px;
}

.culture-story-card--no-image .culture-story-card__body {
  justify-content: flex-start;
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 168, 103, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(243, 236, 214, 0.9));
}

.culture-story-card__body span {
  color: rgba(57, 113, 71, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.culture-story-card__body strong {
  display: block;
  margin-top: 8px;
  color: #2a2824;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 28px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.culture-story-card--primary .culture-story-card__body strong {
  color: var(--chu-red);
  max-width: 760px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.42;
}

.culture-story-card__body p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: rgba(64, 64, 64, 0.74);
  font-size: 15px;
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.culture-story-card--primary .culture-story-card__body p {
  max-width: 640px;
  -webkit-line-clamp: 3;
}

.culture-story-card__body em {
  margin-top: auto;
  padding-top: 14px;
  color: rgba(167, 28, 33, 0.82);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.culture-story-more {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(199, 168, 103, 0.26);
}

.culture-story-more__head strong,
.culture-story-more__head span {
  display: block;
}

.culture-story-more__head strong {
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 30px;
}

.culture-story-more__head span {
  margin-top: 6px;
  color: rgba(64, 64, 64, 0.62);
  font-size: 13px;
  line-height: 22px;
}

.culture-story-more__list {
  display: grid;
  gap: 10px;
}

.culture-story-more__list a {
  display: grid;
  grid-template-columns: 42px minmax(110px, 0.28fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  color: inherit;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 6px;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.culture-story-more__list a:hover,
.culture-story-more__list a:focus-visible {
  background: #fffdf9;
  border-color: rgba(167, 28, 33, 0.34);
}

.culture-story-more__list em {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: rgba(167, 28, 33, 0.82);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  background: rgba(167, 28, 33, 0.06);
  border-radius: 50%;
}

.culture-story-more__list span {
  color: rgba(57, 113, 71, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-story-more__list strong {
  overflow: hidden;
  color: #302f2c;
  font-size: 15px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.culture-story-more__list b {
  color: rgba(167, 28, 33, 0.72);
  font-size: 13px;
  white-space: nowrap;
}

.culture-herbs--field-guide {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.84)),
    linear-gradient(90deg, rgba(167, 28, 33, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(199, 168, 103, 0.14) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

.culture-field-feature {
  grid-template-columns: 320px minmax(0, 1fr);
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.culture-field-feature figure {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 253, 248, 0.92), rgba(239, 228, 199, 0.88));
}

.culture-herb-browser {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.culture-herb-articles {
  margin-top: 20px;
  padding: clamp(20px, 2.6vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.82)),
    url("./assets/intro-bg-linework.png") right bottom / 380px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.3);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(96, 67, 30, 0.07);
}

.culture-herb-articles__head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.24);
}

.culture-herb-articles__head span {
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
}

.culture-herb-articles__head strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 30px;
}

.culture-herb-articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.culture-herb-article-card {
  display: grid;
  min-height: 148px;
  overflow: hidden;
  color: var(--text);
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 8px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.culture-herb-article-card:has(img) {
  grid-template-columns: minmax(118px, 0.38fr) minmax(0, 1fr);
}

.culture-herb-article-card img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  background: #efe6d2;
}

.culture-herb-article-card > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 20px;
}

.culture-herb-article-card time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.culture-herb-article-card b {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.culture-herb-article-card small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: #62594f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.culture-herb-article-card:hover,
.culture-herb-article-card:focus-visible {
  background: #fff8ec;
  border-color: rgba(167, 28, 33, 0.25);
  transform: translateY(-2px);
}

.culture-herb-article-card:hover b,
.culture-herb-article-card:focus-visible b {
  color: var(--chu-red);
}

.culture-herb-articles .list-pagination {
  margin-top: 16px;
}

.culture-herb-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(143, 23, 27, 0.92);
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(246, 237, 213, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.5);
  border-radius: 50%;
  box-shadow:
    0 10px 22px rgba(96, 67, 30, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.culture-herb-arrow[data-herb-scroll="prev"] {
  left: 14px;
}

.culture-herb-arrow[data-herb-scroll="next"] {
  right: 14px;
}

.culture-herb-arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.culture-herb-arrow:hover,
.culture-herb-arrow:focus-visible {
  color: #fffdf8;
  background:
    linear-gradient(145deg, rgba(167, 28, 33, 0.98), rgba(124, 22, 24, 0.98));
  border-color: var(--chu-red);
  box-shadow:
    0 18px 34px rgba(143, 23, 27, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.culture-herb-arrow:disabled {
  color: rgba(64, 64, 64, 0.32);
  cursor: default;
  background: rgba(255, 253, 249, 0.72);
  border-color: rgba(199, 168, 103, 0.22);
  opacity: 0.56;
  box-shadow: none;
}

.culture-herb-carousel {
  position: relative;
  overflow: hidden;
  padding: 14px 62px 12px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.2), rgba(255, 253, 249, 0.78) 11%, rgba(255, 253, 249, 0.78) 89%, rgba(255, 253, 249, 0.2)),
    radial-gradient(circle at 18% 24%, rgba(167, 28, 33, 0.08), transparent 22rem),
    radial-gradient(circle at 78% 20%, rgba(199, 168, 103, 0.18), transparent 20rem),
    linear-gradient(180deg, rgba(255, 253, 249, 0.86), rgba(248, 241, 223, 0.5));
  border: 1px solid rgba(199, 168, 103, 0.22);
  border-right-color: transparent;
  border-left-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.culture-herb-carousel::before,
.culture-herb-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 64px;
  content: "";
  pointer-events: none;
}

.culture-herb-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(250, 247, 238, 0.96), rgba(250, 247, 238, 0));
}

.culture-herb-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(250, 247, 238, 0.96), rgba(250, 247, 238, 0));
}

.culture-herb-card-row {
  display: flex;
  gap: 14px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 2px 9px;
  scroll-behavior: smooth;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.culture-herb-card-row > .culture-managed-empty {
  flex: 1 0 100%;
  margin: 0;
}

.culture-herb-card-row:focus-visible {
  outline: 2px solid rgba(167, 28, 33, 0.36);
  outline-offset: 4px;
}

.culture-herb-card-row::-webkit-scrollbar {
  display: none;
}

.culture-herb-card {
  position: relative;
  flex: 0 0 calc((100% - 28px) / 3);
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 6px 14px;
  align-items: center;
  min-width: 0;
  min-height: 116px;
  padding: 11px 15px 11px 11px;
  color: var(--text);
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(250, 244, 229, 0.88)),
    url("./assets/intro-bg-linework.png") right -96px bottom -120px / 260px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.36);
  border-radius: 8px;
  box-shadow:
    0 12px 26px rgba(96, 67, 30, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font: inherit;
  scroll-snap-align: start;
  text-align: left;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.culture-herb-card::before {
  position: absolute;
  top: 12px;
  right: 14px;
  color: rgba(143, 23, 27, 0.12);
  content: attr(data-herb-order);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.culture-herb-card::after {
  position: absolute;
  right: 16px;
  bottom: 11px;
  left: 122px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(199, 168, 103, 0.78), transparent);
}

.culture-herb-card[hidden] {
  display: none;
}

.culture-herb-card:hover,
.culture-herb-card:focus-visible,
.culture-herb-card.active {
  border-color: rgba(167, 28, 33, 0.48);
  box-shadow:
    0 17px 32px rgba(96, 67, 30, 0.14),
    0 0 0 1px rgba(167, 28, 33, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transform: translateY(-2px);
}

.culture-herb-card.active::before {
  color: rgba(167, 28, 33, 0.18);
}

.culture-herb-card.active > em {
  color: #fffdf8;
  background: linear-gradient(135deg, rgba(57, 113, 71, 0.96), rgba(37, 87, 58, 0.96));
  border-color: rgba(57, 113, 71, 0.46);
}

.culture-herb-card.active > strong {
  color: rgba(122, 20, 23, 0.98);
}

.culture-herb-card.active::after {
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.98), transparent);
  border-radius: 999px 999px 0 0;
}

.culture-herb-card img {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 96px;
  height: 92px;
  object-fit: cover;
  background: rgba(248, 241, 223, 0.72);
  border: 1px solid rgba(199, 168, 103, 0.22);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(68, 44, 20, 0.12);
}

.culture-herb-card span {
  grid-column: 2;
  display: none;
}

.culture-herb-card strong {
  grid-column: 2;
  align-self: end;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(22px, 1.55vw, 26px);
  line-height: 1.2;
  letter-spacing: 0;
}

.culture-herb-card em {
  grid-column: 2;
  align-self: start;
  justify-self: start;
  min-height: 24px;
  padding: 0 10px;
  color: var(--herb-green);
  background: rgba(57, 113, 71, 0.1);
  border: 1px solid rgba(57, 113, 71, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
}

.culture-herb-card--fallback {
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(167, 28, 33, 0.08), transparent 58%),
    url("./assets/intro-bg-linework.png") center bottom -44px / 300px auto no-repeat,
    linear-gradient(160deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.92));
}

.culture-herb-card--fallback span {
  grid-row: 1 / span 2;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0 9px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(145deg, rgba(143, 23, 27, 0.98), rgba(57, 113, 71, 0.86));
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(68, 44, 20, 0.14);
}

.culture-herb-detail {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(300px, 1.28fr);
  min-height: 360px;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.08);
}

.culture-herb-detail.is-empty {
  min-height: 260px;
}

.culture-herb-detail.is-empty .culture-herb-detail__copy {
  align-self: center;
}

.culture-herb-detail.is-empty .culture-herb-detail__copy > span,
.culture-herb-detail.is-empty .culture-herb-plate__seal,
.culture-herb-detail.is-empty .culture-herb-plate__pinyin,
.culture-herb-detail.is-empty .culture-herb-plate__tag {
  display: none;
}

.culture-herb-detail figure,
.culture-herb-plate {
  position: relative;
  height: 360px;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: rgba(247, 244, 236, 0.92);
}

.culture-herb-detail figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 56%, rgba(255, 253, 248, 0.72));
}

.culture-herb-detail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 药材名牌占位卡：无真实药材图时显示，接入图片后自动隐藏 */
.culture-herb-plate {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 22%, rgba(167, 28, 33, 0.05), transparent 60%),
    url("./assets/intro-bg-linework.png") center bottom -40px / 360px auto no-repeat,
    linear-gradient(160deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.92));
}

.culture-herb-plate::before {
  position: absolute;
  inset: 16px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(199, 168, 103, 0.42);
  border-radius: 4px;
}

.culture-herb-plate.is-photo {
  padding: 0;
  background: rgba(247, 244, 236, 0.92);
}

.culture-herb-plate.is-photo::before,
.culture-herb-plate.is-photo .culture-herb-plate__seal,
.culture-herb-plate.is-photo .culture-herb-plate__pinyin,
.culture-herb-plate.is-photo .culture-herb-plate__tag {
  display: none;
}

.culture-herb-plate__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-herb-plate__photo[hidden] {
  display: none;
}

.culture-herb-plate__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  background: rgba(57, 113, 71, 0.08);
  border: 1px solid rgba(57, 113, 71, 0.2);
  border-radius: 999px;
}

.culture-herb-plate__seal {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 1px;
  word-break: break-word;
  background:
    linear-gradient(150deg, rgba(143, 23, 27, 0.98), rgba(167, 28, 33, 0.92));
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(96, 23, 26, 0.28);
}

.culture-herb-plate__pinyin {
  position: relative;
  z-index: 1;
  color: rgba(143, 23, 27, 0.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 18px;
}

.culture-herb-detail__copy {
  align-self: center;
  padding: 30px 32px;
}

.culture-herb-detail__copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.07);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.culture-herb-detail__copy h3 {
  margin: 12px 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.22;
}

.culture-herb-detail__copy p {
  margin: 0;
  color: rgba(64, 64, 64, 0.82);
  font-size: 15px;
  line-height: 28px;
}

.culture-herb-detail__copy dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.culture-herb-detail__copy dl div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
}

.culture-herb-detail__note {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(248, 241, 223, 0.62);
  border: 1px solid rgba(199, 168, 103, 0.24);
  border-radius: 6px;
}

.culture-herb-detail__note strong {
  color: var(--chu-red);
  font-size: 14px;
  line-height: 22px;
}

.culture-herb-detail__note span {
  color: rgba(64, 64, 64, 0.76);
  font-size: 14px;
  line-height: 24px;
}

.culture-herb-detail__copy dt {
  color: rgba(57, 113, 71, 0.9);
  font-weight: 700;
}

.culture-herb-detail__copy dd {
  margin: 0;
  color: rgba(64, 64, 64, 0.74);
  line-height: 25px;
}

.culture-herb-index {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.culture-herb-index article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 4px 16px;
  min-height: 154px;
  padding: 24px 28px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(199, 168, 103, 0.22);
  border-bottom: 1px solid rgba(199, 168, 103, 0.22);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.culture-herb-index article:nth-child(2n) {
  border-right: 0;
}

.culture-herb-index article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.culture-herb-index article::before {
  inset: 0 auto 0 0;
  width: 3px;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.culture-herb-index article::after {
  right: 20px;
  bottom: 16px;
  width: 74px;
  height: 74px;
}

.culture-herb-index article:hover {
  background: rgba(255, 253, 249, 0.98);
  box-shadow: inset 0 0 0 999px rgba(255, 253, 249, 0.34);
  transform: none;
}

.culture-herb-index article:hover::before {
  opacity: 1;
}

.culture-herb-index span {
  position: static;
  grid-row: span 3;
  width: 42px;
  height: 42px;
}

.culture-herb-index strong {
  margin: 0;
  padding-bottom: 7px;
  font-size: 21px;
  line-height: 30px;
}

.culture-herb-index p,
.culture-herb-index em {
  grid-column: 2;
}

.culture-herb-index p {
  font-size: 15px;
  line-height: 26px;
}

.culture-herb-index em {
  margin-top: 8px;
}

.culture-activities--route {
  background:
    radial-gradient(circle at 12% 18%, rgba(57, 113, 71, 0.1), transparent 17rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.86));
}

.culture-activity-route {
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.culture-activity-route .culture-activity-feature {
  min-height: 520px;
  border-radius: 220px 220px 8px 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.11);
}

.culture-route-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 10px 0;
}

.culture-route-list::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 25px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.18), rgba(199, 168, 103, 0.9), rgba(57, 113, 71, 0.2));
}

.culture-route-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 5px 16px;
  min-height: 116px;
  padding: 20px 0 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.culture-route-list article + article {
  border-top: 1px solid rgba(199, 168, 103, 0.24);
}

.culture-route-list em {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fffdf8;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(135deg, var(--chu-red), rgba(57, 113, 71, 0.96));
  border: 4px solid var(--paper-strong);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(96, 67, 30, 0.16);
}

.culture-route-list b,
.culture-route-list span {
  grid-column: 2;
}

.culture-route-list b {
  margin: 2px 0 0;
  font-size: 20px;
  line-height: 30px;
}

.culture-route-list span {
  max-width: 620px;
  font-size: 15px;
  line-height: 27px;
}

.culture-articles--reading {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.76)),
    repeating-linear-gradient(90deg, rgba(199, 168, 103, 0.16) 0 1px, transparent 1px 98px);
}

.culture-reading-shelf {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 0;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 8px;
}

.culture-reading-shelf .culture-article-card {
  min-height: 172px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.culture-reading-shelf .culture-article-card:hover {
  background: rgba(255, 253, 249, 0.98);
  box-shadow: inset 0 3px 0 rgba(167, 28, 33, 0.54);
  transform: none;
}

.culture-reading-shelf .culture-article-card--featured {
  grid-row: span 3;
  min-height: 520px;
  background: linear-gradient(180deg, rgba(117, 17, 22, 0.96), rgba(88, 13, 18, 0.94));
  border-right: 1px solid rgba(199, 168, 103, 0.3);
}

.culture-reading-shelf .culture-article-card--featured span,
.culture-reading-shelf .culture-article-card--featured strong,
.culture-reading-shelf .culture-article-card--featured p {
  color: #fffdf8;
}

.culture-reading-shelf .culture-article-card--featured span {
  color: rgba(229, 205, 142, 0.96);
}

.culture-reading-shelf .culture-article-card--featured p {
  color: rgba(255, 253, 248, 0.76);
}

.culture-reading-shelf .culture-article-card--featured img {
  height: 318px;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 1px solid rgba(199, 168, 103, 0.26);
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured):last-child {
  border-bottom: 0;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) img {
  grid-row: span 3;
  width: 172px;
  height: 100%;
  min-height: 172px;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) span,
.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) strong,
.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) p {
  grid-column: 2;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) span {
  margin: 22px 24px 7px;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) strong {
  margin: 0 24px;
}

.culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) p {
  margin: 10px 24px 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.culture-reading-shelf .culture-article-card--featured p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.culture-media--gallery-wall {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(88, 13, 18, 0.98), rgba(117, 17, 22, 0.92) 50%, rgba(37, 87, 58, 0.88)),
    url("./assets/intro-bg-linework.png") right bottom / 680px auto no-repeat;
  border-color: rgba(167, 28, 33, 0.16);
}

.culture-media--gallery-wall .culture-section__head p,
.culture-media--gallery-wall .culture-section-title h2 {
  color: #fffdf8;
}

.culture-media--gallery-wall .culture-section__head p {
  color: rgba(255, 253, 248, 0.76);
}

.culture-media--gallery-wall .jc-section-title__ornament {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.culture-gallery-wall {
  grid-template-columns: 1.08fr 0.92fr 0.88fr;
  grid-auto-rows: 224px;
  gap: 14px;
}

.culture-gallery-wall .culture-gallery-card,
.culture-gallery-wall .culture-video-card {
  min-height: 0;
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(219, 194, 138, 0.24);
  border-radius: 8px;
  box-shadow: none;
}

.culture-gallery-wall .culture-gallery-card--large {
  grid-row: span 2;
}

.culture-gallery-wall .culture-gallery-card--wide {
  grid-column: span 2;
}

.culture-gallery-wall .culture-video-card {
  grid-column: span 2;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 0;
}

@media (max-width: 1100px) {
  .culture-museum-stage,
  .culture-activity-route,
  .culture-reading-shelf {
    grid-template-columns: 1fr;
  }

  .culture-herb-browser,
  .culture-herb-detail {
    grid-template-columns: 1fr;
  }

  .culture-herb-carousel {
    padding-inline: 54px;
  }

  .culture-herb-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .culture-museum-stage {
    grid-template-areas:
      "visual"
      "copy"
      "entries"
      "stories";
  }

  .culture-museum-entries {
    grid-template-columns: 1fr;
  }

  .culture-story-showcase,
  .culture-story-more {
    grid-template-columns: 1fr;
  }

  .culture-story-card,
  .culture-story-card--primary,
  .culture-story-showcase--single .culture-story-card--primary,
  .culture-story-showcase--pair .culture-story-card,
  .culture-story-showcase--pair .culture-story-card--primary {
    grid-row: auto;
    grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
    min-height: 230px;
  }

  .culture-story-card figure,
  .culture-story-card:not(.culture-story-card--primary) figure {
    aspect-ratio: auto;
  }

  .culture-museum-entries a,
  .culture-museum-entries a:first-child {
    border-top: 1px solid rgba(199, 168, 103, 0.24);
    border-left: 0;
  }

  .culture-museum-entries a:first-child {
    border-top: 0;
  }

  .culture-activity-route .culture-activity-feature {
    min-height: 360px;
    border-radius: 8px;
  }

  .culture-reading-shelf .culture-article-card--featured {
    grid-row: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 168, 103, 0.3);
  }

  .culture-gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .culture-museum-stage {
    gap: 16px;
  }

  .culture-museum-visual {
    min-height: 278px;
  }

  .culture-museum-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .culture-museum-copy {
    padding: 26px 22px 24px;
  }

  .culture-museum-copy h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .culture-museum-copy p {
    font-size: 15px;
    line-height: 28px;
  }

  .culture-story-content {
    padding: 20px 18px;
  }

  .culture-story-card__body,
  .culture-story-card--primary .culture-story-card__body {
    padding: 22px 20px;
  }

  .culture-story-card,
  .culture-story-card--primary,
  .culture-story-showcase--single .culture-story-card--primary,
  .culture-story-showcase--pair .culture-story-card,
  .culture-story-showcase--pair .culture-story-card--primary {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .culture-story-card figure,
  .culture-story-card:not(.culture-story-card--primary) figure,
  .culture-story-showcase--pair .culture-story-card figure {
    min-height: 184px;
    aspect-ratio: 16 / 9;
  }

  .culture-story-card__body strong,
  .culture-story-card--primary .culture-story-card__body strong {
    font-size: 22px;
    line-height: 32px;
  }

  .culture-story-more__list a {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 8px 10px;
  }

  .culture-story-more__list span {
    grid-column: 2 / 4;
  }

  .culture-story-more__list strong {
    grid-column: 2 / 3;
  }

  .culture-herb-articles__head {
    display: block;
  }

  .culture-herb-articles__head strong {
    display: block;
    margin-top: 4px;
  }

  .culture-herb-articles__grid,
  .culture-herb-article-card:has(img) {
    grid-template-columns: 1fr;
  }

  .culture-herb-article-card img {
    height: 188px;
    min-height: 188px;
  }

  .culture-museum-entries a {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 104px;
    padding: 18px 18px;
  }

  .culture-museum-entries em {
    width: 40px;
    height: 40px;
  }

  .culture-field-feature {
    grid-template-columns: 1fr;
    border-radius: 8px 8px 0 0;
  }

  .culture-herb-index {
    grid-template-columns: 1fr;
  }

  .culture-herb-carousel {
    padding: 13px 36px 12px;
  }

  .culture-herb-arrow {
    width: 34px;
    height: 34px;
  }

  .culture-herb-arrow[data-herb-scroll="prev"] {
    left: 4px;
  }

  .culture-herb-arrow[data-herb-scroll="next"] {
    right: 4px;
  }

  .culture-herb-carousel::before,
  .culture-herb-carousel::after {
    width: 38px;
  }

  .culture-herb-card-row {
    gap: 12px;
  }

  .culture-herb-card {
    flex: 0 0 min(74vw, 248px);
    grid-template-columns: 1fr;
    grid-template-rows: 104px auto auto;
    gap: 6px;
    min-height: 186px;
    padding: 10px 10px 13px;
    text-align: center;
  }

  .culture-herb-card::before {
    top: 10px;
    right: 12px;
    font-size: 18px;
  }

  .culture-herb-card::after {
    right: 18px;
    left: 18px;
  }

  .culture-herb-card img {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    height: 104px;
  }

  .culture-herb-card span,
  .culture-herb-card strong,
  .culture-herb-card em {
    grid-column: 1;
  }

  .culture-herb-card span {
    display: none;
  }

  .culture-herb-card em {
    justify-self: center;
  }

  .culture-herb-card--fallback {
    grid-template-columns: 1fr;
    grid-template-rows: 104px auto auto;
  }

  .culture-herb-card--fallback span {
    grid-row: 1;
    grid-column: 1;
    width: 88px;
    height: 88px;
    margin: 8px auto;
  }

  .culture-herb-index article,
  .culture-herb-index article:nth-child(2n),
  .culture-herb-index article:nth-last-child(-n + 2) {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: auto;
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 168, 103, 0.22);
  }

  .culture-herb-index article:last-child {
    border-bottom: 0;
  }

  .leadership-list-head,
  .culture-herb-detail__copy {
    padding: 28px 22px;
  }

  .culture-herb-detail__copy dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .culture-herb-detail figure {
    width: 100%;
    height: 230px;
    min-height: 230px;
  }

  .culture-herb-plate {
    height: 230px;
    min-height: 230px;
  }

  .culture-herb-index span {
    width: 38px;
    height: 38px;
  }

  .culture-route-list::before {
    left: 22px;
  }

  .culture-route-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: auto;
    padding: 18px 0;
  }

  .culture-route-list em {
    width: 46px;
    height: 46px;
  }

  .culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) {
    grid-template-columns: 1fr;
  }

  .culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) img {
    grid-row: auto;
    width: 100%;
    height: 154px;
    min-height: 154px;
  }

  .culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) span,
  .culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) strong,
  .culture-reading-shelf .culture-article-card:not(.culture-article-card--featured) p {
    grid-column: 1;
  }

  .culture-gallery-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: 226px;
  }

  .culture-gallery-wall .culture-gallery-card--large,
  .culture-gallery-wall .culture-gallery-card--wide,
  .culture-gallery-wall .culture-video-card {
    grid-row: auto;
    grid-column: auto;
  }

  .culture-gallery-wall .culture-video-card {
    grid-template-columns: 1fr;
    min-height: 246px;
  }
}

/* Gepu column: digital platform console identity */
.gepu-hero--command {
  color: #fffdf8;
  background:
    linear-gradient(115deg, rgba(72, 10, 15, 0.98) 0%, rgba(114, 17, 22, 0.96) 44%, rgba(37, 87, 58, 0.84) 100%),
    linear-gradient(90deg, rgba(219, 194, 138, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(219, 194, 138, 0.06) 1px, transparent 1px),
    #751116;
  background-size: auto, 96px 96px, 96px 96px, auto;
}

.gepu-hero--command::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 248, 0.12), transparent 18rem),
    radial-gradient(circle at 80% 18%, rgba(219, 194, 138, 0.2), transparent 20rem),
    linear-gradient(120deg, rgba(255, 253, 248, 0.06), transparent 46%);
}

.gepu-hero--command::after {
  right: 6%;
  bottom: -280px;
  width: 620px;
  height: 620px;
  opacity: 0.14;
  border-color: rgba(219, 194, 138, 0.72);
  box-shadow:
    inset 0 0 0 34px rgba(219, 194, 138, 0.035),
    inset 0 0 0 82px rgba(255, 253, 248, 0.018);
}

.gepu-hero--command .gepu-hero__inner {
  padding: 18px 0 28px;
}

.gepu-command-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 56px;
  align-items: center;
  min-height: 374px;
}

.gepu-command-copy {
  max-width: 610px;
}

.gepu-command-copy h1 {
  font-size: 52px;
  line-height: 1.08;
}

.gepu-command-copy p {
  max-width: 590px;
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 16px;
  line-height: 31px;
}

.gepu-command-board {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 238, 218, 0.92));
  border: 1px solid rgba(219, 194, 138, 0.68);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(38, 8, 11, 0.28);
}


.gepu-command-board__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px;
  color: rgba(255, 253, 248, 0.86);
  background: linear-gradient(90deg, #5b0f14, #25573a);
  border-bottom: 1px solid rgba(219, 194, 138, 0.5);
}

.gepu-command-board__bar span {
  margin-right: auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gepu-command-board__bar i {
  width: 8px;
  height: 8px;
  background: rgba(219, 194, 138, 0.86);
  border-radius: 50%;
}

.gepu-command-board__screen {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 22px;
}

.gepu-command-panel {
  padding: 22px 24px;
  background:
    linear-gradient(90deg, rgba(167, 28, 33, 0.08), transparent),
    rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 6px;
}

.gepu-command-panel span {
  color: rgba(57, 113, 71, 0.88);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.gepu-command-panel strong {
  display: block;
  margin-top: 8px;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 36px;
}

.gepu-command-panel p {
  margin: 10px 0 0;
  color: rgba(64, 64, 64, 0.74);
  font-size: 14px;
  line-height: 25px;
}

.gepu-command-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.gepu-command-flow span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 46px;
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 800;
  background: rgba(167, 28, 33, 0.06);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 6px;
}

.gepu-command-flow span:not(:last-child)::after {
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 2;
  width: 14px;
  height: 1px;
  content: "";
  background: rgba(199, 168, 103, 0.78);
}

.gepu-command-records {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gepu-command-records article {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 16px;
  background: rgba(37, 87, 58, 0.08);
  border: 1px solid rgba(57, 113, 71, 0.16);
  border-radius: 6px;
}

.gepu-command-records b {
  color: var(--herb-deep);
  font-size: 17px;
  line-height: 24px;
}

.gepu-command-records em {
  color: rgba(64, 64, 64, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.gepu-command-records span {
  align-self: end;
  height: 5px;
  overflow: hidden;
  background: rgba(199, 168, 103, 0.24);
  border-radius: 99px;
}

.gepu-command-records span::before {
  display: block;
  width: 72%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), var(--gold));
}

.gepu-command-records article:nth-child(2) span::before {
  width: 86%;
  background: linear-gradient(90deg, var(--herb-green), var(--gold));
}

.gepu-command-records article:nth-child(3) span::before {
  width: 64%;
}

.gepu-command-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(219, 194, 138, 0.36);
  border: 1px solid rgba(219, 194, 138, 0.42);
  border-radius: 8px;
}

.gepu-command-nav a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 3px 12px;
  min-height: 96px;
  padding: 20px 18px;
  background: rgba(255, 253, 248, 0.92);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.gepu-command-nav a:hover {
  background: #fffdf8;
  box-shadow: inset 0 3px 0 rgba(167, 28, 33, 0.65);
}

.gepu-command-nav em {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fffdf8;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  background: var(--chu-red);
  border-radius: 50%;
}

.gepu-command-nav strong {
  color: var(--chu-red);
  font-size: 19px;
  line-height: 26px;
}

.gepu-command-nav span {
  color: rgba(64, 64, 64, 0.68);
  font-size: 13px;
  line-height: 20px;
}

.gepu-system-map {
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1.1fr);
  gap: 34px;
}

.gepu-system-map__brief {
  min-height: 0;
}

.gepu-system-map__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.gepu-system-map__metrics div {
  min-height: 76px;
  padding: 12px 14px;
  background: rgba(167, 28, 33, 0.055);
  border: 1px solid rgba(167, 28, 33, 0.12);
  border-radius: 6px;
}

.gepu-system-map__metrics dt {
  margin: 0;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.gepu-system-map__metrics dd {
  margin: 3px 0 0;
  color: rgba(64, 64, 64, 0.68);
  font-size: 13px;
  line-height: 19px;
}

.gepu-system-map__routes {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 12px 0;
}

.gepu-system-map__routes::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 30px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(167, 28, 33, 0.16), rgba(199, 168, 103, 0.86), rgba(57, 113, 71, 0.2));
}

.gepu-system-map__routes a {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 8px 16px;
  min-height: 92px;
  padding: 13px 0 13px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.gepu-system-map__routes a + a {
  border-top: 1px solid rgba(199, 168, 103, 0.22);
}

.gepu-system-map__routes em {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: #fffdf8;
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(135deg, var(--chu-red), var(--herb-green));
  border: 4px solid rgba(255, 253, 248, 0.98);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(96, 67, 30, 0.14);
}

.gepu-system-map__routes b {
  align-self: end;
  margin: 0;
  color: var(--chu-red);
  font-size: 20px;
  line-height: 27px;
}

.gepu-system-map__routes span {
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  line-height: 25px;
}

.gepu-ops-console {
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
  gap: 26px;
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 253, 248, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(85, 16, 19, 0.98), rgba(113, 17, 22, 0.95) 52%, rgba(35, 83, 56, 0.92));
  background-size: 72px 72px, 72px 72px, auto;
}

.gepu-ops-console > div {
  align-self: stretch;
  padding: 0;
}

.gepu-ops-console__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 30px 28px;
}

.gepu-ops-console__board {
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.1);
  border: 1px solid rgba(219, 194, 138, 0.28);
  border-radius: 8px;
}

.gepu-ops-console__header {
  display: grid;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(219, 194, 138, 0.24);
}

.gepu-ops-console__header b {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 34px;
}

.gepu-ops-console__header em {
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
}

.gepu-ops-console__track {
  display: grid;
  gap: 18px;
  align-content: center;
}

.gepu-ops-console__track span {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 248, 0.86);
}

.gepu-ops-console__track b {
  font-size: 14px;
  line-height: 20px;
}

.gepu-ops-console__track i {
  display: block;
  height: 8px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.12);
  border: 1px solid rgba(219, 194, 138, 0.2);
  border-radius: 99px;
}

.gepu-ops-console__track i::before {
  display: block;
  width: var(--fill);
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--gold), #fff4c4);
}

.gepu-ops-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  overflow: hidden;
  background: rgba(219, 194, 138, 0.28);
}

.gepu-ops-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 16px;
  min-height: 116px;
  padding: 24px 26px;
  background: rgba(255, 253, 248, 0.1);
  border: 0;
  border-radius: 0;
}

.gepu-ops-list article::before,
.gepu-ops-list article::after {
  display: none;
}

.gepu-ops-list b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  color: rgba(229, 205, 142, 0.96);
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.28);
  border-radius: 50%;
}

.gepu-ops-list strong {
  margin: 0;
  padding: 0;
  color: #fffdf8;
  font-size: 19px;
  line-height: 27px;
  border: 0;
}

.gepu-ops-list span {
  color: rgba(255, 253, 248, 0.74);
  font-size: 14px;
  line-height: 25px;
}

.gepu-case-ledger {
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  background: rgba(255, 253, 249, 0.88);
}

.gepu-case-ledger .gepu-case-card {
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gepu-case-ledger__featured {
  position: relative;
  display: flex;
  min-height: 520px;
  background: #fffdf8;
  border-right: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-case-ledger__featured img {
  height: 292px;
  min-height: 292px;
}

.gepu-case-ledger__featured span {
  margin: 22px 26px 8px;
}

.gepu-case-ledger__featured strong {
  margin: 0 26px;
  font-size: 24px;
  line-height: 35px;
}

.gepu-case-ledger__featured p {
  margin: 14px 26px 0;
  font-size: 15px;
  line-height: 28px;
}

.gepu-case-ledger__featured em {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 36px;
  margin: 20px 26px 26px;
  padding: 0 16px;
  color: #fffdf8;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  background: var(--chu-red);
  border-radius: 999px;
}

.gepu-case-ledger__rows {
  display: grid;
  background: rgba(199, 168, 103, 0.22);
}

.gepu-case-ledger__rows .gepu-case-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 4px 18px;
  min-height: 174px;
  padding: 24px 26px;
  background: rgba(255, 253, 249, 0.9);
  border-bottom: 1px solid rgba(199, 168, 103, 0.24);
}

.gepu-case-ledger__rows .gepu-case-card:last-child {
  border-bottom: 0;
}

.gepu-case-ledger__rows time {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  background: rgba(167, 28, 33, 0.07);
  border: 1px solid rgba(167, 28, 33, 0.14);
  border-radius: 50%;
}

.gepu-case-ledger__rows span,
.gepu-case-ledger__rows strong,
.gepu-case-ledger__rows p {
  grid-column: 2;
  margin-right: 0;
  margin-left: 0;
}

.gepu-case-ledger__rows span {
  margin-top: 0;
  margin-bottom: 3px;
}

.gepu-case-ledger__rows strong {
  font-size: 18px;
  line-height: 28px;
}

.gepu-case-ledger__rows p {
  margin-top: 8px;
  margin-bottom: 0;
}

.gepu-playbook {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.gepu-playbook__index {
  position: sticky;
  top: 82px;
  grid-template-columns: 1fr;
  margin: 0;
  overflow: hidden;
  background: rgba(167, 28, 33, 0.08);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 8px;
}

.gepu-playbook__index span {
  justify-content: start;
  min-height: 58px;
  padding: 0 20px;
  color: rgba(64, 64, 64, 0.8);
  text-align: left;
  background: rgba(255, 253, 249, 0.76);
  border-top: 1px solid rgba(199, 168, 103, 0.24);
  border-left: 0;
}

.gepu-playbook__index span:first-child {
  color: #fffdf8;
  background: var(--chu-red);
  border-top: 0;
}

.gepu-playbook__index span::after {
  display: none;
}

.gepu-playbook__pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.gepu-playbook__pages::before {
  display: none;
}

.gepu-playbook__pages article {
  position: relative;
  min-height: 226px;
  padding: 62px 24px 24px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(247, 241, 225, 0.84));
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 8px;
}

.gepu-playbook__pages article::before {
  top: 20px;
  left: 24px;
  width: 34px;
  height: 34px;
  border-width: 3px;
}

.gepu-playbook__pages strong {
  color: var(--chu-red);
  font-size: 19px;
  line-height: 28px;
}

.gepu-doc-library {
  grid-template-columns: minmax(0, 1fr) 380px;
}

.gepu-doc-library .gepu-platform-panel {
  gap: 20px;
}

.gepu-doc-preview {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 188px;
  padding: 24px;
  overflow: hidden;
  color: #fffdf8;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.12), transparent),
    rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(219, 194, 138, 0.34);
  border-radius: 8px;
}

.gepu-doc-preview::after {
  position: absolute;
  right: -52px;
  bottom: -68px;
  width: 170px;
  height: 170px;
  content: "";
  opacity: 0.16;
  background: url("./assets/seal-chuyao-figma.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.gepu-doc-preview span {
  color: rgba(229, 205, 142, 0.96);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.gepu-doc-preview strong {
  margin-top: 4px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1;
}

.gepu-doc-preview p {
  max-width: 250px;
  margin: 12px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  line-height: 22px;
}

@media (max-width: 1100px) {
  .gepu-command-stage,
  .gepu-system-map,
  .gepu-ops-console,
  .gepu-case-ledger,
  .gepu-playbook,
  .gepu-doc-library {
    grid-template-columns: 1fr;
  }

  .gepu-command-copy {
    max-width: none;
  }

  .gepu-command-nav,
  .gepu-ops-list,
  .gepu-playbook__pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-playbook__index {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gepu-case-ledger__featured {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 168, 103, 0.28);
  }
}

@media (max-width: 760px) {
  .gepu-hero--command .gepu-hero__inner {
    padding-bottom: 22px;
  }

  .gepu-command-stage {
    min-height: 0;
    gap: 22px;
  }

  .gepu-command-copy h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .gepu-command-copy p {
    font-size: 15px;
    line-height: 27px;
  }

  .gepu-command-board__screen {
    padding: 16px;
  }

  .gepu-command-panel strong {
    font-size: 21px;
    line-height: 31px;
  }

  .gepu-command-flow,
  .gepu-command-records,
  .gepu-command-nav,
  .gepu-system-map__metrics,
  .gepu-ops-list,
  .gepu-playbook__index,
  .gepu-playbook__pages {
    grid-template-columns: 1fr;
  }

  .gepu-command-flow span:not(:last-child)::after {
    display: none;
  }

  .gepu-command-nav a {
    min-height: 78px;
    padding: 16px;
  }

  .gepu-system-map__routes::before {
    left: 24px;
  }

  .gepu-system-map__routes a {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 96px;
  }

  .gepu-system-map__routes em {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }

  .gepu-ops-console {
    padding: 18px;
  }

  .gepu-ops-console__summary,
  .gepu-ops-console__board {
    min-height: 0;
    padding: 20px;
  }

  .gepu-ops-list article {
    min-height: auto;
    padding: 20px;
  }

  .gepu-case-ledger__featured img {
    height: 210px;
    min-height: 210px;
  }

  .gepu-case-ledger__featured span,
  .gepu-case-ledger__featured strong,
  .gepu-case-ledger__featured p,
  .gepu-case-ledger__featured em {
    margin-right: 20px;
    margin-left: 20px;
  }

  .gepu-case-ledger__featured strong {
    font-size: 21px;
    line-height: 31px;
  }

  .gepu-case-ledger__rows .gepu-case-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    padding: 20px;
  }

  .gepu-case-ledger__rows time {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  .gepu-playbook__pages article {
    min-height: auto;
    padding: 58px 20px 22px;
  }

  .gepu-doc-preview {
    min-height: 160px;
  }

  .gepu-doc-preview strong {
    font-size: 44px;
  }
}

/* Gepu column: simplified content hub */
.gepu-hub-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.98) 48%, rgba(255, 253, 248, 0.98)),
    url("./assets/intro-bg-paper.png") center top / 920px auto repeat;
}

.gepu-hub-brief > span,
.gepu-hub-section__head > p,
.gepu-feature-card span,
.gepu-latest-list__head span,
.gepu-system-entry span {
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.gepu-hub-brief > span {
  color: var(--gold-soft);
}

.gepu-hub-brief strong {
  display: block;
  max-width: 216px;
  margin-top: 10px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 34px;
}

.gepu-hub-brief--compact {
  transform: translateY(-8px);
}

.gepu-hub-brief--compact::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(219, 194, 138, 0), rgba(219, 194, 138, 0.86), rgba(219, 194, 138, 0));
}

.gepu-hub-brief p {
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.gepu-hub-brief dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 0;
  background: rgba(219, 194, 138, 0.2);
  border: 1px solid rgba(219, 194, 138, 0.24);
}

.gepu-hub-brief div {
  padding: 12px 8px;
  text-align: center;
  background: rgba(255, 253, 248, 0.06);
}

.gepu-hub-brief dt {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}

.gepu-hub-brief dd {
  margin: 8px 0 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 12px;
  line-height: 18px;
}

.gepu-hub-tabs {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(199, 168, 103, 0.3);
  box-shadow: 0 12px 28px rgba(96, 67, 30, 0.06);
  backdrop-filter: blur(10px);
}

.gepu-hub-tabs .container {
  display: flex;
  gap: 0;
  align-items: center;
  min-height: 62px;
  overflow-x: auto;
}

.gepu-hub-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 20px 26px;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  white-space: nowrap;
}

.gepu-hub-tabs a::after {
  position: absolute;
  right: 26px;
  bottom: 14px;
  left: 26px;
  height: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
  transform: scaleX(0.72);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gepu-hub-tabs a:hover,
.gepu-hub-tabs a:focus-visible {
  color: var(--chu-red);
}

.gepu-hub-tabs a:hover::after,
.gepu-hub-tabs a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.gepu-page-hero {
  background: #e8efe0 url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-5.jpg") center 46% / cover no-repeat;
}

.gepu-page-hero .subpage-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 20, 12, 0.52) 0%, rgba(40, 20, 12, 0.12) 26%, rgba(40, 20, 12, 0) 48%),
    linear-gradient(90deg, rgba(40, 20, 12, 0.46) 0%, rgba(40, 20, 12, 0.1) 38%, rgba(40, 20, 12, 0) 64%);
}

.about-page-hero {
  background-image: var(--site-about-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-2.png"));
}

.news-page-hero {
  background-image: var(--site-news-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg"));
}

.gap-page-hero {
  background-image: var(--site-gap-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-1.jpg"));
}

.gepu-page-hero {
  background-image: var(--site-gepu-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-5.jpg"));
}

.culture-page-hero {
  background-image: var(--site-culture-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-3.jpg"));
}

.party-page-hero {
  background-image: var(--site-party-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/article-cover/seed/party/party-council-meeting.jpg"));
}

.contact-page-hero {
  background-image: var(--site-contact-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-4.png"));
}

.search-page-hero {
  background-image: var(--site-search-hero-image, url("https://zhongyao.guangdong-5.zos.ctyun.cn/official/dev/banner/seed/hero-slide-6.png"));
}

.gepu-hub-main {
  --gepu-column-gap: 32px;
  --gepu-panel-head-gap: 22px;
  --gepu-panel-content-gap: 22px;
  padding: clamp(40px, 5vw, 70px) 0 74px;
}

.gepu-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  column-gap: var(--gepu-column-gap);
  row-gap: 24px;
  align-items: start;
}

.gepu-side {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 223, 0.9));
  border: 1px solid rgba(199, 168, 103, 0.46);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(96, 67, 30, 0.08);
}

.gepu-side::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.78));
}

.gepu-side h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(73, 11, 15, 0.98), rgba(45, 91, 61, 0.84)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
}

.gepu-side a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 20px 0 22px;
  color: rgba(64, 64, 64, 0.86);
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background 0.18s ease;
}

.gepu-side a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
}

.gepu-side a:hover,
.gepu-side a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.gepu-side a.active::before {
  opacity: 1;
}

.gepu-side span {
  color: rgba(57, 113, 71, 0.72);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.gepu-side strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.gepu-content {
  min-width: 0;
  align-self: start;
  padding-top: 0;
}

.gepu-hub-section,
.gepu-hub-feature,
.gepu-business-section,
.gepu-system-entry {
  scroll-margin-top: 92px;
}

.gepu-channel-block {
  scroll-margin-top: 92px;
  padding: 0;
}

.gepu-content > [data-gepu-panel] {
  margin-top: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gepu-content > [data-gepu-panel].is-active {
  animation: gepuPanelReveal 0.16s ease both;
}

@keyframes gepuPanelReveal {
  from {
    opacity: 0.94;
  }

  to {
    opacity: 1;
  }
}

.gepu-channel-block__head {
  margin: 0 0 var(--gepu-panel-content-gap);
  padding: 0;
}

.gepu-channel-block__head > p {
  max-width: 640px;
  margin: 2px 0 0;
  color: #706357;
  font-weight: 500;
  line-height: 26px;
}

.gepu-channel-block .gepu-company-intro {
  margin-top: 0;
}

.gepu-company-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 0;
}

.gepu-company-intro__copy,
.gepu-company-intro figure {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.08);
}

.gepu-company-intro__copy {
  padding: clamp(24px, 3.2vw, 36px);
}

.gepu-company-intro__copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.26;
}

.gepu-company-intro__copy p {
  margin: 12px 0 0;
  color: #5b554f;
  font-size: 16px;
  line-height: 30px;
}

.gepu-company-intro__copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gepu-company-intro__copy li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(199, 168, 103, 0.24);
}

.gepu-company-intro__copy li strong {
  color: var(--herb-green);
  font-size: 14px;
  line-height: 24px;
}

.gepu-company-intro__copy li span {
  color: #463f38;
  font-size: 15px;
  line-height: 25px;
}

.gepu-company-intro figure {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  background: #efe6d2;
}

.gepu-company-intro figure:not(.is-empty) .gepu-company-intro__placeholder {
  display: none;
}

.gepu-company-intro figure img {
  flex: 1;
  width: 100%;
  min-height: 286px;
  object-fit: cover;
}

.gepu-company-intro__placeholder {
  display: grid;
  flex: 1;
  place-items: center;
  min-height: 286px;
  padding: 24px;
  color: rgba(91, 72, 43, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(239, 230, 210, 0.92));
}

.gepu-company-intro figcaption {
  position: relative;
  padding: 18px 22px;
  color: #fffdf8;
  font-size: 14px;
  line-height: 24px;
  background: linear-gradient(135deg, rgba(88, 19, 23, 0.96), rgba(45, 91, 61, 0.92));
}

.gepu-profile-articles {
  margin-top: 22px;
  padding: clamp(20px, 2.4vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.96)),
    url("./assets/intro-bg-linework.png") right bottom / 360px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(96, 67, 30, 0.07);
}

.gepu-profile-articles__head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.24);
}

.gepu-profile-articles__head span {
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
}

.gepu-profile-articles__head strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 30px;
}

.gepu-profile-articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.gepu-profile-card {
  display: grid;
  min-height: 150px;
  overflow: hidden;
  color: var(--text);
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 8px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.gepu-profile-card:has(img) {
  grid-template-columns: minmax(124px, 0.42fr) minmax(0, 1fr);
}

.gepu-profile-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
  background: #efe6d2;
}

.gepu-profile-card > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 20px;
}

.gepu-profile-card time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.gepu-profile-card b {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gepu-profile-card small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: #62594f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gepu-profile-card:hover,
.gepu-profile-card:focus-visible {
  background: #fff8ec;
  border-color: rgba(167, 28, 33, 0.25);
  transform: translateY(-2px);
}

.gepu-profile-card:hover b,
.gepu-profile-card:focus-visible b {
  color: var(--chu-red);
}

.gepu-profile-articles .list-pagination {
  margin-top: 16px;
}

.gepu-hub-section {
  margin-top: 0;
}

.gepu-hub-section__head {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  column-gap: var(--gepu-column-gap);
  row-gap: 14px;
  align-items: start;
  margin: 0 0 var(--gepu-panel-content-gap);
  padding: 0 0 var(--gepu-panel-head-gap);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
}

.gepu-hub-section__head > p {
  justify-self: end;
  max-width: 690px;
  margin: 2px 0 0;
  color: #706357;
  font-weight: 500;
  line-height: 28px;
}

.gepu-business-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  margin-top: 0;
  padding: clamp(24px, 3.2vw, 36px);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.96)),
    url("./assets/intro-bg-linework.png") right bottom / 440px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(96, 67, 30, 0.09);
}

.gepu-scope-list > strong {
  color: var(--chu-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
}

.gepu-business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.gepu-business-grid article {
  position: relative;
  min-height: 118px;
  padding: 18px 20px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(199, 168, 103, 0.28);
  border-radius: 8px;
}

.gepu-business-grid article::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.8));
}

.gepu-business-grid strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 27px;
}

.gepu-business-grid article span {
  display: block;
  margin-top: 10px;
  color: #62594f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.gepu-scope-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(199, 168, 103, 0.32);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.72);
}

.gepu-scope-list > strong {
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 29px;
}

.gepu-scope-list a {
  display: block;
  padding: 16px 17px;
  color: var(--text);
  background: rgba(248, 241, 223, 0.62);
  border: 1px solid rgba(199, 168, 103, 0.26);
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gepu-scope-list a span {
  display: block;
  color: var(--herb-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
}

.gepu-scope-list a b {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 15px;
  line-height: 25px;
}

.gepu-scope-list a:hover,
.gepu-scope-list a:focus-visible {
  background: #fff8ec;
  border-color: rgba(167, 28, 33, 0.25);
}

.gepu-scope-list a:hover b,
.gepu-scope-list a:focus-visible b {
  color: var(--chu-red);
}

.gepu-hub-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
  align-items: start;
}

.gepu-feature-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 228px;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(96, 67, 30, 0.07);
}

.gepu-feature-card:has(img) {
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
}

.gepu-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 228px;
  object-fit: cover;
  object-position: center 42%;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(247, 244, 236, 0.94)),
    url("./assets/intro-bg-paper.png") center / 520px auto repeat;
  border-right: 1px solid rgba(199, 168, 103, 0.28);
}

.gepu-feature-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 30px) clamp(24px, 2.6vw, 34px);
}

.gepu-feature-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(24px, 1.9vw, 30px);
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gepu-feature-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0;
  color: #5b554f;
  font-size: 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gepu-feature-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 22px;
  color: #fffdf8;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  background: var(--chu-red);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gepu-feature-card a:hover,
.gepu-feature-card a:focus-visible {
  background: var(--herb-green);
  transform: translateY(-2px);
}

.gepu-latest-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 20px 22px 8px;
  background:
    linear-gradient(180deg, #fffdf8, rgba(247, 244, 236, 0.96)),
    url("./assets/intro-bg-linework.png") right bottom / 360px auto no-repeat;
  border: 1px solid rgba(199, 168, 103, 0.38);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(96, 67, 30, 0.06);
}

.gepu-latest-list__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  grid-column: 1 / -1;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.24);
}

.gepu-latest-list__head strong {
  display: block;
  margin-top: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 30px;
}

.gepu-latest-list a {
  display: grid;
  grid-template-columns: 96px auto minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  min-height: 70px;
  padding: 14px 0;
  color: var(--text);
  border-bottom: 1px solid rgba(199, 168, 103, 0.26);
  cursor: pointer;
  transition: background 0.2s ease;
}

.gepu-latest-list a:last-child {
  border-bottom: 0;
}

.gepu-latest-list time {
  color: var(--muted);
  font-size: 13px;
  line-height: 22px;
}

.gepu-latest-list b {
  display: inline-flex;
  justify-self: start;
  justify-content: center;
  padding: 3px 8px;
  color: var(--chu-red);
  font-size: 12px;
  line-height: 18px;
  background: rgba(167, 28, 33, 0.08);
  border: 1px solid rgba(167, 28, 33, 0.16);
  border-radius: 999px;
}

.gepu-latest-list span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gepu-latest-list a:hover span,
.gepu-latest-list a:focus-visible span {
  color: var(--chu-red);
}

.gepu-policy-section {
  position: relative;
  overflow: visible;
}

.gepu-policy-section::before {
  display: none;
}

.gepu-policy-section > * {
  position: relative;
}

.gepu-policy-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(199, 168, 103, 0.3);
  border: 1px solid rgba(199, 168, 103, 0.34);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(96, 67, 30, 0.06);
}

.gepu-policy-strip a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 146px;
  padding: 18px 20px;
  background: #fffdf8;
  transition: background 0.2s ease;
}

.gepu-policy-strip strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 26px;
}

.gepu-policy-strip span {
  width: fit-content;
  margin-top: 20px;
  padding: 4px 10px;
  color: var(--herb-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  background: rgba(57, 113, 71, 0.1);
  border-radius: 999px;
}

.gepu-policy-strip a:hover,
.gepu-policy-strip a:focus-visible {
  background: #fff8ec;
}

.gepu-policy-strip a:hover strong,
.gepu-policy-strip a:focus-visible strong {
  color: var(--chu-red);
}

.gepu-system-entry {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(58px, 8vw, 98px);
  padding: clamp(30px, 4vw, 44px);
  overflow: hidden;
  color: #fffdf8;
  background:
    linear-gradient(105deg, rgba(112, 24, 29, 0.96), rgba(45, 91, 61, 0.92)),
    url("./assets/gap/gap-training-wufeng.png") center / cover no-repeat;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(96, 67, 30, 0.13);
}

.gepu-system-entry span {
  color: var(--gold-soft);
}

.gepu-system-entry h2 {
  margin: 8px 0 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.24;
}

.gepu-system-entry p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 16px;
  line-height: 29px;
}

.gepu-system-entry .solid-btn {
  flex: 0 0 auto;
  color: var(--chu-red);
  background: #fffdf8;
  box-shadow: none;
}

.gepu-system-entry .solid-btn:hover,
.gepu-system-entry .solid-btn:focus-visible {
  color: #fffdf8;
  background: var(--gold);
}

@media (max-width: 1100px) {
  .gepu-hub-hero__layout,
  .gepu-company-intro,
  .gepu-business-section,
  .gepu-hub-feature,
  .gepu-feature-card {
    grid-template-columns: 1fr;
  }

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

  .gepu-side {
    position: static;
  }

  .gepu-side h2 {
    padding: 20px 22px;
  }

  .gepu-side a {
    min-height: 58px;
  }

  .gepu-hub-hero__layout {
    align-items: start;
    min-height: 0;
    padding-top: 52px;
  }

  .gepu-hub-brief {
    max-width: 640px;
  }

  .gepu-hub-brief--compact {
    transform: none;
  }

  .gepu-hub-section__head {
    display: block;
  }

  .gepu-hub-section__head > p {
    max-width: none;
    margin-top: 12px;
  }

  .gepu-channel-block__head {
    display: block;
  }

  .gepu-channel-block__head > p {
    max-width: none;
    margin-top: 12px;
  }

  .gepu-policy-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-profile-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gepu-feature-card img {
    height: 280px;
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 168, 103, 0.28);
  }

}

@media (max-width: 760px) {
  .gepu-hub-hero,
  .gepu-hub-hero__inner {
    min-height: 0;
  }

  .gepu-hub-hero__inner {
    padding: 26px 0 42px;
  }

  .gepu-hub-hero__layout {
    gap: 24px;
    padding-top: 34px;
  }

  .gepu-hub-hero__copy h1 {
    font-size: 44px;
  }

  .gepu-hub-hero__copy p {
    font-size: 16px;
    line-height: 29px;
  }

  .gepu-hub-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gepu-hub-hero__actions .solid-btn,
  .gepu-hub-hero__actions .contact-btn {
    justify-content: center;
  }

  .gepu-hub-brief {
    padding: 22px;
  }

  .gepu-hub-brief--compact {
    transform: none;
  }

  .gepu-hub-brief dl,
  .gepu-policy-strip {
    grid-template-columns: 1fr;
  }

  .gepu-hub-tabs .container {
    width: min(100%, calc(100% - 24px));
    min-height: 56px;
  }

  .gepu-hub-tabs a {
    padding: 17px 18px;
    font-size: 14px;
  }

  .gepu-hub-main {
    padding: 40px 0 58px;
  }

  .gepu-channel-block,
  .gepu-business-section,
  .gepu-policy-section,
  .gepu-system-entry {
    padding: 22px;
  }

  .gepu-company-intro__copy li,
  .gepu-profile-articles__grid,
  .gepu-business-grid {
    grid-template-columns: 1fr;
  }

  .gepu-profile-articles__head {
    display: block;
  }

  .gepu-profile-articles__head strong {
    display: block;
    margin-top: 4px;
  }

  .gepu-profile-card:has(img) {
    grid-template-columns: 1fr;
  }

  .gepu-profile-card img {
    height: 190px;
    min-height: 190px;
  }

  .gepu-company-intro figure img {
    min-height: 240px;
  }

  .gepu-hub-feature {
    gap: 18px;
  }

  .gepu-feature-card img {
    height: 230px;
    min-height: 230px;
  }

  .gepu-feature-card > div,
  .gepu-latest-list {
    padding: 22px;
  }

  .gepu-latest-list a {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .gepu-latest-list b {
    width: fit-content;
  }

  .gepu-latest-list span {
    grid-row: auto;
  }

  .gepu-policy-strip a {
    min-height: 132px;
    padding: 20px;
  }

  .gepu-system-entry {
    display: grid;
  }

  .gepu-system-entry .solid-btn {
    justify-content: center;
  }

  .party-main {
    padding: 40px 0 58px;
  }

  .party-feature__media,
  .party-feature__media img {
    min-height: 230px;
  }

  .party-feature__content,
  .party-profile-card,
  .party-list-head,
  .party-activities-head,
  .party-study-board,
  .party-news-list a,
  .party-discipline {
    padding: 22px;
  }

  .party-feature__content::before {
    top: 18px;
    right: 20px;
    font-size: 64px;
  }

  .party-feature__content h3,
  .party-profile-copy h3,
  .party-list-head h2,
  .party-study-board h2,
  .party-discipline h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .party-channel-grid {
    grid-template-columns: 1fr;
  }

  .party-channel {
    min-height: 0;
  }

  .party-news-list a {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .party-news-list time {
    width: 72px;
    height: 72px;
  }

  .party-news-list em {
    justify-self: start;
  }
}

@media (max-width: 1100px) {
  .contact-layout,
  .contact-map-card {
    grid-template-columns: 1fr;
  }

  .party-news-zone,
  .party-profile-grid,
  .party-activities-head,
  .party-study-board {
    grid-template-columns: 1fr;
  }

  .party-profile-figure img {
    height: auto;
    min-height: 230px;
    aspect-ratio: 16 / 9;
  }

  .party-news-figure {
    margin: 0 22px 22px;
  }

  .party-news-figure img,
  .party-study-board img {
    height: auto;
    min-height: 230px;
    aspect-ratio: 16 / 9;
  }

  .party-study-board figure {
    grid-column: 1;
    grid-row: auto;
    margin-top: 16px;
  }

  .contact-info-panel,
  .contact-form-panel {
    min-height: auto;
  }

  .contact-map-visual {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .contact-page-main {
    padding: 40px 0 58px;
  }

  .contact-info-panel,
  .contact-form-panel,
  .contact-map-copy {
    padding: 24px 22px;
  }

  .contact-section-head h2,
  .contact-map-copy h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .contact-info-list {
    grid-template-columns: 1fr;
  }

  .contact-info-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }

  .contact-info-icon {
    width: 38px;
    height: 38px;
  }

  .contact-info-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-info-list a,
  .contact-info-list strong {
    font-size: 18px;
    line-height: 26px;
  }

  .contact-form,
  .contact-captcha-row {
    grid-template-columns: 1fr;
  }

  .contact-form .contact-captcha-row button {
    width: fit-content;
    min-width: 96px;
  }

  .contact-form__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-submit,
  .contact-reset {
    width: 100%;
  }

  .contact-form__status {
    grid-column: 1 / -1;
  }

  .contact-map-visual {
    min-height: clamp(240px, 68vw, 300px);
  }

  .contact-map-visual img {
    min-height: clamp(240px, 68vw, 300px);
  }

  .contact-map-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .contact-info-panel,
  .contact-form-panel,
  .contact-map-copy {
    padding: 22px 18px;
  }

  .contact-consult-tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form__actions {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 1100px) {
  .home-page .site-header {
    position: absolute;
  }

  .section-landing-page.centered-nav-page .site-header {
    position: absolute;
    background:
      linear-gradient(180deg, rgba(52, 8, 9, 0.88) 0%, rgba(52, 8, 9, 0.42) 68%, rgba(52, 8, 9, 0) 100%);
  }

  .home-page .header-utility,
  .centered-nav-page .header-utility {
    height: 40px;
  }

  .home-page .header-utility__inner,
  .centered-nav-page .header-utility__inner {
    width: min(100% - 32px, 760px);
  }

  .home-page .main-nav,
  .centered-nav-page .main-nav {
    --site-brand-logo-size: 46px;
    --site-brand-title-size: clamp(28px, 3vw, 31px);
    --site-brand-subtitle-size: clamp(7.8px, 0.86vw, 9px);
    display: block;
    width: min(100% - 32px, 760px);
    height: auto;
    min-height: 82px;
    padding: 0;
  }

  .home-page .menu-toggle,
  .centered-nav-page .menu-toggle {
    top: calc(13px + ((var(--site-brand-logo-size) - 42px) / 2));
    right: 16px;
    display: block;
    width: 42px;
    height: 42px;
    background: rgba(28, 16, 10, 0.24);
    border-color: rgba(255, 242, 194, 0.46);
    backdrop-filter: blur(8px);
  }

  .home-page .nav-content,
  .centered-nav-page .nav-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    height: auto;
    padding: 13px 0 0;
  }

  .home-page .brand,
  .centered-nav-page .brand {
    order: 1;
    display: grid;
    grid-template-columns: var(--site-brand-logo-size) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: calc(100% - 72px);
    min-width: 0;
    height: var(--site-brand-logo-size);
    min-height: var(--site-brand-logo-size);
  }

  .home-page .brand-logo-wrap,
  .home-page .brand-logo,
  .centered-nav-page .brand-logo-wrap,
  .centered-nav-page .brand-logo {
    width: var(--site-brand-logo-size);
    height: var(--site-brand-logo-size);
  }

  .home-page .brand-copy,
  .centered-nav-page .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: var(--site-brand-logo-size);
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }

  .home-page .brand-copy strong,
  .centered-nav-page .brand-copy strong {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: var(--site-brand-title-size);
    line-height: 0.92;
    white-space: nowrap;
  }

  .home-page .brand-copy small,
  .centered-nav-page .brand-copy small {
    display: flex;
    width: var(--brand-subtitle-width, 100%);
    max-width: 100%;
    margin-top: 0;
    font-size: clamp(8.5px, 0.92vw, 9.6px);
    line-height: 1.04;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .home-page .nav-links,
  .centered-nav-page .nav-links {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 242, 194, 0.22);
  }

  .home-page .nav-content.open .nav-links,
  .centered-nav-page .nav-content.open .nav-links {
    display: grid;
  }

  .home-page .nav-links--left,
  .centered-nav-page .nav-links--left {
    order: 2;
    margin-top: 14px;
  }

  .home-page .nav-links--right,
  .centered-nav-page .nav-links--right {
    order: 3;
    margin-top: 0;
  }

  .home-page .nav-links li,
  .home-page .nav-links li:nth-child(n),
  .centered-nav-page .nav-links li,
  .centered-nav-page .nav-links li:nth-child(n) {
    width: 100%;
  }

  .home-page .nav-links a,
  .centered-nav-page .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 12px 4px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-page .nav-links a::after,
  .home-page .has-submenu::after,
  .centered-nav-page .nav-links a::after,
  .centered-nav-page .has-submenu::after {
    display: none;
  }

  .home-page .submenu,
  .centered-nav-page .submenu {
    position: static;
    display: grid;
    width: 100%;
    padding: 4px 0 12px 18px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .home-page .submenu a,
  .home-page .submenu a:first-child,
  .centered-nav-page .submenu a,
  .centered-nav-page .submenu a:first-child {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px 7px 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border-bottom: 0;
    text-shadow: none;
  }

  .home-page .submenu a::before,
  .centered-nav-page .submenu a::before {
    top: 15px;
    background: rgba(255, 242, 194, 0.76);
  }

  .home-page .submenu a:hover,
  .home-page .submenu a:focus-visible,
  .centered-nav-page .submenu a:hover,
  .centered-nav-page .submenu a:focus-visible {
    color: #fff2c2;
    background: rgba(255, 255, 255, 0.08);
  }

  .home-page .hero {
    height: 100svh;
    min-height: 640px;
  }

  .home-page .hero-copy {
    top: 52%;
    left: 28px;
    right: 28px;
    max-width: calc(100% - 56px);
    transform: translateY(-28%);
  }

  .home-page .hero-copy h1 {
    font-size: clamp(44px, 10vw, 78px);
    line-height: 1.12;
  }

  .home-page .gold-line {
    width: min(430px, 72vw);
    margin: 22px 0 18px;
  }

  .home-page .hero-copy p {
    font-size: clamp(22px, 5.2vw, 34px);
    line-height: 1.32;
  }

  .home-page .hero-arrow {
    display: none;
  }

  .section-landing-page.centered-nav-page .page-hero {
    height: 420px;
    min-height: 420px;
  }

  .section-landing-page.centered-nav-page .page-hero .container {
    padding-top: 168px;
  }

  .section-landing-page.centered-nav-page .about-core-hero__inner,
  .section-landing-page.centered-nav-page .gap-hero__inner,
  .section-landing-page.centered-nav-page .culture-hero__inner,
  .section-landing-page.centered-nav-page .culture-exhibit-hero,
  .section-landing-page.centered-nav-page .gepu-hub-hero__inner {
    padding-top: 168px;
  }

  .subpage-hero {
    height: 460px;
    min-height: 440px;
  }

  .subpage-hero__inner {
    padding-bottom: 54px;
  }

  .subpage-hero__title {
    gap: 16px;
  }

  .subpage-hero__title h1 {
    font-size: clamp(34px, 7vw, 48px);
  }

  @keyframes heroCopyReveal {
    from {
      opacity: 0;
      transform: translateY(calc(-28% + 14px));
      filter: blur(2px);
    }

    to {
      opacity: 1;
      transform: translateY(-28%);
      filter: blur(0);
    }
  }
}

@media (max-width: 640px) {
  .home-page .header-utility__links,
  .centered-nav-page .header-utility__links {
    display: none;
  }

  .home-page .header-search,
  .centered-nav-page .header-search {
    grid-template-columns: minmax(0, 1fr) 48px;
    width: 100%;
    height: 38px;
    background: rgba(255, 253, 248, 0.92);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
      0 10px 24px rgba(31, 18, 12, 0.16),
      0 0 0 1px rgba(199, 168, 103, 0.18) inset;
  }

  .home-page .header-search::before,
  .centered-nav-page .header-search::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .home-page .header-search input,
  .centered-nav-page .header-search input {
    padding: 0 6px 0 18px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .home-page .header-search button,
  .centered-nav-page .header-search button {
    color: #fff;
    background: linear-gradient(135deg, var(--herb-green), #5fa875);
    box-shadow:
      0 8px 16px rgba(37, 87, 58, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.34) inset;
  }

  .home-page .hero-eyebrow {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .home-page .hero-eyebrow::before {
    width: 28px;
  }

  .subpage-hero {
    height: 390px;
    min-height: 390px;
  }

  .subpage-hero__inner {
    padding-bottom: 34px;
  }

  .subpage-hero__title {
    gap: 13px;
    padding-left: 2px;
  }

  .subpage-hero__title h1 {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .home-page .header-utility__inner,
  .home-page .main-nav,
  .centered-nav-page .header-utility__inner,
  .centered-nav-page .main-nav {
    --site-brand-logo-size: 40px;
    --site-brand-title-size: 19px;
    --site-brand-subtitle-size: 6.2px;
    width: calc(100% - 28px);
  }

  .home-page .brand,
  .centered-nav-page .brand {
    grid-template-columns: var(--site-brand-logo-size) minmax(0, 1fr);
    align-items: center;
    width: calc(100% - 66px);
    gap: 7px;
  }

  .home-page .brand-logo-wrap,
  .home-page .brand-logo,
  .centered-nav-page .brand-logo-wrap,
  .centered-nav-page .brand-logo {
    width: var(--site-brand-logo-size);
    height: var(--site-brand-logo-size);
  }

  .home-page .brand-copy strong,
  .centered-nav-page .brand-copy strong {
    font-size: var(--site-brand-title-size);
    transform: none;
  }

  .home-page .brand-copy small,
  .centered-nav-page .brand-copy small {
    margin-top: 0;
    font-size: 7px;
    letter-spacing: 0;
  }

  .home-page .hero-copy {
    left: 22px;
    right: 22px;
    max-width: calc(100% - 44px);
  }

  .home-page .hero-copy h1 {
    font-size: 42px;
  }

  .subpage-hero {
    height: 360px;
    min-height: 360px;
  }

  .subpage-hero__title {
    gap: 12px;
  }

  .subpage-hero__title h1 {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-img,
  .home-page .hero-paper,
  .home-page .gold-line,
  .home-page .hero-copy,
  .header-search,
  .header-search::before,
  .header-search::after,
  .header-search input,
  .header-search button,
  .header-search .search-icon {
    animation: none;
    transition: none;
  }

  .header-search,
  .header-search input,
  .header-search button,
  .header-search .search-icon {
    transform: none;
  }

  .header-search::after {
    display: none;
  }

  .home-page .hero-img.active,
  .home-page .hero:hover .hero-img.active {
    transform: scale(1);
  }

  .home-page .hero.is-animating-copy .hero-copy {
    animation: none;
  }
}

.home-page .intro-section {
  height: auto;
  min-height: 640px;
  padding: 76px 0 86px;
  background: #f7f4ec url("./assets/intro-section-bg-figma.png") center top / cover no-repeat;
}

.home-page .intro-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: transparent;
}

.home-page .intro-main-title {
  display: inline-flex;
  width: auto;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding-bottom: 30px;
}

.home-page .intro-main-title h2 {
  margin: 0;
  font-size: 34px;
  line-height: 42px;
}

.home-page .intro-main-title .jc-section-title__ornament {
  left: 2px;
  bottom: 0;
  width: 304px;
  height: 50px;
  transform: none;
}

.home-page .home-main-title {
  display: inline-flex;
  width: auto;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  padding-bottom: 30px;
}

.home-page .home-main-title h2 {
  color: #1e1f1c;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.home-page .home-main-title .jc-section-title__ornament {
  left: 0;
  bottom: 0;
  width: 199px;
  height: 50px;
  transform: none;
}

.home-page .base-title .jc-section-title__ornament,
.home-page .partners-title .jc-section-title__ornament,
.home-page .links-title .jc-section-title__ornament {
  width: 199px;
}

.home-page .news-title {
  margin: 0;
  padding-bottom: 30px;
}

.home-page .news-title h2 {
  color: #1e1f1c;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.home-page .news-title .jc-section-title__ornament {
  left: 0;
  bottom: 0;
  width: 199px;
  height: 50px;
  transform: none;
}

.home-page .section-kicker--partners .section-kicker__text,
.home-page .section-kicker--links .section-kicker__text {
  top: 20px;
  right: 0;
  color: rgba(64, 64, 64, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: right;
}

.home-page .intro-grid {
  grid-template-columns: minmax(590px, 1.08fr) minmax(400px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 5vw, 72px);
  margin-top: 50px;
}

.home-page .intro-card {
  position: relative;
  padding: 38px 0 0 34px;
}

.home-page .intro-card::before {
  top: 0;
  right: auto;
  left: 0;
  width: 4px;
  height: 100%;
  min-height: 360px;
  opacity: 1;
  background: linear-gradient(180deg, var(--chu-red), rgba(199, 168, 103, 0.72), rgba(57, 113, 71, 0.78));
  border-radius: 999px;
}

.home-page .intro-card-title {
  display: block;
  max-width: 700px;
  padding-bottom: 24px;
}

.home-page .intro-card-title h3 {
  color: #1f2a24;
  font-family: var(--serif);
  font-size: clamp(34px, 2.85vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  max-width: 100%;
  text-wrap: balance;
}

.home-page .intro-card-title::after {
  width: min(360px, 72vw);
  height: 3px;
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.82), transparent);
}

.home-page .intro-card-title::before {
  display: none;
}

.home-page .intro-card p.intro-lead {
  max-width: 700px;
  margin-top: 20px;
  color: #36433b;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}

.home-page .intro-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin-top: 26px;
}

.home-page .intro-feature {
  width: auto;
  height: auto;
  min-height: 118px;
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 236, 0.82)),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(210, 188, 138, 0.72);
  border-radius: 4px;
  box-shadow: 0 16px 38px rgba(76, 52, 25, 0.08);
}

.home-page .intro-feature strong {
  margin-bottom: 10px;
  color: var(--chu-red);
  font-size: 17px;
  line-height: 22px;
}

.home-page .intro-feature span {
  color: #3e4a42;
  font-size: 15px;
  line-height: 1.75;
}

.home-page .intro-actions {
  gap: 14px;
  margin-top: 28px;
}

.home-page .solid-btn,
.home-page .contact-btn {
  height: 44px;
  min-height: 44px;
  min-width: 128px;
  padding: 0 30px;
  border-radius: 22px;
}

.home-page .intro-visual {
  position: relative;
  min-height: 456px;
  padding: 0 0 44px 38px;
}

.home-page .intro-visual::before {
  position: absolute;
  top: 34px;
  right: 28px;
  bottom: 0;
  left: 0;
  content: "";
  border: 1px solid rgba(199, 168, 103, 0.68);
  border-radius: 4px;
  background: rgba(255, 252, 245, 0.52);
}

.home-page .intro-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  border-color: rgba(199, 168, 103, 0.42);
  box-shadow: 0 24px 50px rgba(64, 38, 18, 0.14);
}

.home-page .intro-image img {
  height: 100%;
  transition: transform 0.45s ease;
}

.home-page .intro-visual:hover .intro-image img {
  transform: scale(1.035);
}

.home-page .intro-honor-card,
.home-page .intro-expert-card {
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(47, 34, 18, 0.14);
}

.home-page .intro-honor-card {
  right: 0;
  bottom: 84px;
  display: grid;
  align-content: start;
  width: 188px;
  min-height: 150px;
  padding: 22px 20px;
  color: #fff;
  background: linear-gradient(135deg, #8f171c, #b78330);
}

.home-page .intro-honor-card span,
.home-page .intro-honor-card em,
.home-page .intro-expert-card span {
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
}

.home-page .intro-honor-card strong {
  display: block;
  overflow-wrap: anywhere;
  margin: 5px 0 2px;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.home-page .intro-honor-card em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page .intro-expert-card {
  left: 0;
  bottom: 0;
  width: min(360px, calc(100% - 92px));
  padding: 20px 22px;
  color: #1f2a24;
  background: rgba(255, 252, 245, 0.96);
  border: 1px solid rgba(199, 168, 103, 0.54);
}

.home-page .intro-expert-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--chu-red);
  font-size: 18px;
  line-height: 24px;
}

.home-page .intro-expert-card span {
  display: block;
  color: #4d5a51;
}

@media (max-width: 1180px) {
  .home-page .intro-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .home-page .intro-card,
  .home-page .intro-card p.intro-lead,
  .home-page .intro-features {
    max-width: none;
  }

  .home-page .intro-visual {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .home-page .intro-section {
    padding: 58px 0 68px;
  }

  .home-page .intro-grid {
    margin-top: 34px;
  }

  .home-page .intro-card {
    padding: 28px 0 0 22px;
  }

  .home-page .intro-card-title h3 {
    font-size: 30px;
    white-space: normal;
  }

  .home-page .intro-card p.intro-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .home-page .intro-features {
    grid-template-columns: 1fr;
  }

  .home-page .intro-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-page .solid-btn,
  .home-page .contact-btn {
    width: 100%;
    min-width: 0;
    padding: 0 18px;
  }

  .home-page .intro-visual {
    min-height: auto;
    padding: 0;
  }

  .home-page .intro-visual::before {
    display: none;
  }

  .home-page .intro-image {
    height: 260px;
  }

  .home-page .intro-honor-card,
  .home-page .intro-expert-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 14px;
  }
}


.home-page .news-section {
  height: auto;
  min-height: 0;
  padding: 74px 0 92px;
  background: #f8f6ef;
}

.home-page .news-section::after {
  display: none;
}

.home-page .news-bg {
  display: none;
}

.home-page .news-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, 0.72fr);
  gap: 42px;
  width: 100%;
  margin: 32px 0 0;
}

.home-page .activity-panel,
.home-page .notice-panel {
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: none;
}

.home-page .activity-panel {
  color: #24332b;
  background: transparent;
  border: 0;
}

.home-page .notice-panel {
  padding-left: 34px;
  background: linear-gradient(90deg, rgba(199, 168, 103, 0.56), rgba(199, 168, 103, 0.16) 1px, transparent 1px);
  border: 0;
}

.home-page .panel-head {
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(199, 168, 103, 0.28);
}

.home-page .panel-head h3 {
  color: var(--herb-green);
  font-size: 30px;
  line-height: 36px;
}

.home-page .panel-head h3::before {
  display: inline-block;
  width: 6px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -4px;
  content: "";
  background: var(--chu-red);
  border-radius: 999px;
}

.home-page .news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 28px;
  padding: 0 12px;
  color: var(--chu-red);
  border: 1px solid rgba(167, 28, 33, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-page .news-more:hover,
.home-page .news-more:focus-visible {
  color: #fff;
  background: var(--chu-red);
  border-color: var(--chu-red);
  outline: none;
}

.home-page .activity-feature {
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 154px;
  padding: 20px 22px 20px 20px;
  color: #24332b;
  background:
    linear-gradient(135deg, rgba(157, 36, 40, 0.072), rgba(199, 168, 103, 0.06) 58%, rgba(57, 113, 71, 0.045)),
    rgba(255, 255, 255, 0.84);
  border-color: rgba(199, 168, 103, 0.52);
  border-radius: 4px;
}

.home-page .activity-feature:hover,
.home-page .activity-feature:focus-visible {
  border-color: rgba(167, 28, 33, 0.38);
  background-color: rgba(255, 252, 245, 0.96);
}

.home-page .activity-feature__date {
  color: var(--chu-red);
  background: rgba(255, 252, 245, 0.96);
  border-color: rgba(167, 28, 33, 0.22);
}

.home-page .activity-feature__date span {
  color: #7a5a45;
}

.home-page .activity-feature__date b {
  color: var(--chu-red);
  font-size: 26px;
}

.home-page .activity-feature__badge {
  color: var(--herb-green);
  font-size: 13px;
  line-height: 20px;
}

.home-page .activity-feature__title {
  color: #1f2a24;
  font-size: 21px;
  line-height: 30px;
}

.home-page .activity-feature em {
  color: #5d665f;
  line-height: 23px;
}

.home-page .activity-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 0;
  border-top: 0;
}

.home-page .activity-item {
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 102px;
  gap: 16px;
  color: #2f3a33;
  border-bottom: 1px solid rgba(210, 188, 138, 0.48);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.home-page .activity-item img {
  width: 138px;
  height: 78px;
  object-fit: cover;
  border-radius: 2px;
}

.home-page .activity-date-card {
  display: grid;
  place-items: center;
  width: 138px;
  height: 78px;
  color: var(--chu-red);
  background: linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 223, 0.86));
  border: 1px solid rgba(199, 168, 103, 0.36);
  border-radius: 2px;
}

.home-page .activity-date-card strong {
  display: block;
  color: var(--chu-red);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 28px;
  -webkit-line-clamp: initial;
}

.home-page .activity-date-card span {
  display: block;
  color: rgba(167, 28, 33, 0.58);
  font-size: 12px;
  line-height: 16px;
}

.home-page .activity-item span {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.home-page .activity-item strong {
  grid-column: auto;
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  color: #1f2a24;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page .activity-item:hover,
.home-page .activity-item:focus-visible,
.home-page .notice-item:hover,
.home-page .notice-item:focus-visible {
  color: var(--chu-red);
  outline: none;
}

.home-page .activity-dot {
  display: none;
}

.home-page .activity-item time {
  grid-column: auto;
  justify-self: start;
  color: #7a827b;
  font-size: 14px;
  line-height: 18px;
}

.home-page .notice-item {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 55px;
  column-gap: 14px;
  color: #2f3a33;
  border-bottom-color: rgba(210, 188, 138, 0.38);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.home-page .notice-item span {
  display: none;
}

.home-page .notice-item:first-of-type span {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.08);
  border-color: rgba(167, 28, 33, 0.28);
}

.home-page .notice-item strong {
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-page .notice-item time {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: auto;
  color: #777f78;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.home-page .notice-item strong {
  grid-column: 2;
}

@media (max-width: 1100px) {
  .home-page .news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .activity-panel,
  .home-page .notice-panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .home-page .news-section {
    padding: 58px 0 68px;
  }

  .home-page .news-title h2 {
    font-size: 30px;
  }

  .home-page .news-grid {
    margin-top: 30px;
  }

  .home-page .activity-panel,
  .home-page .notice-panel {
    padding: 26px 20px;
  }

  .home-page .activity-feature {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 18px;
  }

  .home-page .activity-feature__date {
    width: 96px;
    min-height: 70px;
  }

  .home-page .activity-feature__title {
    font-size: 20px;
    line-height: 28px;
  }

  .home-page .activity-item,
  .home-page .notice-item {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    padding: 16px 0;
  }

  .home-page .activity-list {
    grid-template-columns: 1fr;
  }

  .home-page .activity-item img {
    width: 100%;
    height: 150px;
  }

  .home-page .activity-date-card {
    width: 100%;
    height: 96px;
  }

  .home-page .activity-dot {
    display: none;
  }

  .home-page .activity-item time,
  .home-page .notice-item time {
    justify-self: start;
    width: auto;
    text-align: left;
  }

  .home-page .notice-item strong {
    grid-column: auto;
  }
}

/* 2026 revision: remove decorative title seals across public pages. */
.jc-section-title__seal,
.section-title.small .jc-section-title__seal,
.footer-title .footer-title-seal,
.about-core-mission__seal,
.about-core-hero h1::after,
.gap-hero h1::after,
.culture-hero:not(.culture-hero--exhibit) h1::after,
.gepu-hero h1::after {
  display: none !important;
}

.about-core-mission {
  grid-template-columns: minmax(0, 1fr);
}

/* Shared section sidebar component. */
.page-layout,
.about-core-layout,
.gap-layout,
.culture-layout,
.gepu-layout,
.party-layout {
  grid-template-columns: 250px minmax(0, 1fr);
}

.section-sidebar,
.page-sidebar.section-sidebar,
.about-core-side.section-sidebar,
.gap-side.section-sidebar,
.culture-side.section-sidebar,
.gepu-side.section-sidebar,
.party-side.section-sidebar {
  position: sticky;
  top: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(249, 243, 229, 0.92));
  border: 1px solid rgba(199, 168, 103, 0.5);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(96, 67, 30, 0.1);
}

.section-sidebar::before,
.page-sidebar.section-sidebar::before,
.about-core-side.section-sidebar::before,
.gap-side.section-sidebar::before,
.culture-side.section-sidebar::before,
.gepu-side.section-sidebar::before,
.party-side.section-sidebar::before {
  display: block;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--chu-red), rgba(199, 168, 103, 0.95), rgba(57, 113, 71, 0.76));
}

.section-sidebar h2,
.page-sidebar.section-sidebar h2,
.about-core-side.section-sidebar h2,
.gap-side.section-sidebar h2,
.culture-side.section-sidebar h2,
.gepu-side.section-sidebar h2,
.party-side.section-sidebar h2 {
  margin: 0;
  padding: 24px 24px 22px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  background:
    linear-gradient(135deg, rgba(143, 23, 27, 0.98), rgba(167, 28, 33, 0.9)),
    url("./assets/intro-bg-paper-shadow.png") center / cover no-repeat;
}

.section-sidebar a,
.page-sidebar.section-sidebar a,
.about-core-side.section-sidebar a,
.gap-side.section-sidebar a,
.culture-side.section-sidebar a,
.gepu-side.section-sidebar a,
.party-side.section-sidebar a {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 20px 0 22px;
  color: rgba(64, 64, 64, 0.86);
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  transition: color 0.18s ease, background-color 0.18s ease;
}

.section-sidebar a::before,
.page-sidebar.section-sidebar a::before,
.about-core-side.section-sidebar a::before,
.gap-side.section-sidebar a::before,
.culture-side.section-sidebar a::before,
.gepu-side.section-sidebar a::before,
.party-side.section-sidebar a::before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  content: "";
  opacity: 0;
  background: var(--chu-red);
  transition: opacity 0.18s ease;
}

.section-sidebar a:hover,
.section-sidebar a:focus-visible,
.section-sidebar a.active,
.page-sidebar.section-sidebar a:hover,
.page-sidebar.section-sidebar a:focus-visible,
.page-sidebar.section-sidebar a.active,
.about-core-side.section-sidebar a:hover,
.about-core-side.section-sidebar a:focus-visible,
.about-core-side.section-sidebar a.active,
.gap-side.section-sidebar a:hover,
.gap-side.section-sidebar a:focus-visible,
.gap-side.section-sidebar a.active,
.culture-side.section-sidebar a:hover,
.culture-side.section-sidebar a:focus-visible,
.culture-side.section-sidebar a.active,
.gepu-side.section-sidebar a:hover,
.gepu-side.section-sidebar a:focus-visible,
.gepu-side.section-sidebar a.active,
.party-side.section-sidebar a:hover,
.party-side.section-sidebar a:focus-visible,
.party-side.section-sidebar a.active {
  color: var(--chu-red);
  background: rgba(167, 28, 33, 0.055);
}

.section-sidebar a.active::before,
.page-sidebar.section-sidebar a.active::before,
.about-core-side.section-sidebar a.active::before,
.gap-side.section-sidebar a.active::before,
.culture-side.section-sidebar a.active::before,
.gepu-side.section-sidebar a.active::before,
.party-side.section-sidebar a.active::before {
  opacity: 1;
}

.section-sidebar__index,
.section-sidebar span.section-sidebar__index,
.page-sidebar.section-sidebar span.section-sidebar__index,
.about-core-side.section-sidebar span.section-sidebar__index,
.gap-side.section-sidebar span.section-sidebar__index,
.culture-side.section-sidebar span.section-sidebar__index,
.gepu-side.section-sidebar span.section-sidebar__index,
.party-side.section-sidebar span.section-sidebar__index {
  color: rgba(167, 28, 33, 0.52);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-variant-numeric: tabular-nums;
}

.section-sidebar__label,
.section-sidebar strong.section-sidebar__label,
.page-sidebar.section-sidebar strong.section-sidebar__label,
.about-core-side.section-sidebar strong.section-sidebar__label,
.gap-side.section-sidebar strong.section-sidebar__label,
.culture-side.section-sidebar strong.section-sidebar__label,
.gepu-side.section-sidebar strong.section-sidebar__label,
.party-side.section-sidebar strong.section-sidebar__label {
  min-width: 0;
  color: currentColor;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.section-sidebar__arrow {
  justify-self: end;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg);
}

.news-sidebar.section-sidebar a::after {
  display: none;
}

@media (max-width: 900px) {
  .page-layout,
  .about-core-layout,
  .gap-layout,
  .culture-layout,
  .gepu-layout,
  .party-layout {
    grid-template-columns: 1fr;
  }

  .section-sidebar,
  .page-sidebar.section-sidebar,
  .about-core-side.section-sidebar,
  .gap-side.section-sidebar,
  .culture-side.section-sidebar,
  .gepu-side.section-sidebar,
  .party-side.section-sidebar {
    position: static;
  }

  .section-sidebar h2,
  .page-sidebar.section-sidebar h2,
  .about-core-side.section-sidebar h2,
  .gap-side.section-sidebar h2,
  .culture-side.section-sidebar h2,
  .gepu-side.section-sidebar h2,
  .party-side.section-sidebar h2 {
    padding: 20px 22px;
    font-size: 22px;
    line-height: 30px;
  }

  .section-sidebar a,
  .page-sidebar.section-sidebar a,
  .about-core-side.section-sidebar a,
  .gap-side.section-sidebar a,
  .culture-side.section-sidebar a,
  .gepu-side.section-sidebar a,
  .party-side.section-sidebar a {
    min-height: 58px;
    padding-right: 18px;
  }
}

/* Unified gap from breadcrumb bar to first content block on subpages. */
:root {
  --subpage-content-start-gap: 56px;
  --subpage-content-start-gap-sm: 40px;
}

.news-index-main,
.news-detail-main,
.contact-page-main,
.search-page-main,
.gap-main,
.culture-main,
.gepu-main,
.party-main,
.leadership-page-main {
  padding-top: var(--subpage-content-start-gap);
}

.about-core-profilecard {
  padding-top: var(--subpage-content-start-gap);
}

@media (max-width: 760px) {
  .news-index-main,
  .news-detail-main,
  .contact-page-main,
  .search-page-main,
  .gap-main,
  .culture-main,
  .gepu-main,
  .party-main,
  .leadership-page-main {
    padding-top: var(--subpage-content-start-gap-sm);
  }

  .about-core-profilecard {
    padding-top: var(--subpage-content-start-gap-sm);
  }
}

/* Unified right-column subpage section title scale. */
.about-core-content .about-core-section__head > span,
.about-core-content .about-core-section__head > div > span,
.about-core-content .leadership-list-head h2,
.news-index-content .news-section-head > span,
.gap-content .gap-section-title h2,
.culture-content .culture-section-title h2,
.gepu-content .gepu-section-title h2,
.party-content .party-section-title h2,
.party-content .party-card-title h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .about-core-content .about-core-section__head > span,
  .about-core-content .about-core-section__head > div > span,
  .about-core-content .leadership-list-head h2,
  .news-index-content .news-section-head > span,
  .gap-content .gap-section-title h2,
  .culture-content .culture-section-title h2,
  .gepu-content .gepu-section-title h2,
  .party-content .party-section-title h2,
  .party-content .party-card-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Article detail pages enter reading mode quickly after list navigation. */
.news-detail-hero.subpage-hero {
  height: 300px;
  min-height: 300px;
}

.news-detail-hero .subpage-hero__inner {
  padding-bottom: 42px;
}

.news-detail-hero .subpage-hero__title {
  gap: 12px;
}

.news-detail-hero .subpage-hero__title::after {
  width: min(260px, 36vw);
}

.news-detail-hero .subpage-hero__title h1 {
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.14;
}

.news-article {
  scroll-margin-top: 28px;
}

.news-article-cover {
  aspect-ratio: 16 / 8.6;
}

.news-article-video {
  aspect-ratio: 16 / 9;
}

.news-article-cover img {
  display: block;
  height: 100%;
}

@media (max-width: 760px) {
  .news-detail-hero.subpage-hero {
    height: 230px;
    min-height: 230px;
  }

  .news-detail-hero .subpage-hero__inner {
    padding-bottom: 28px;
  }

  .news-detail-hero .subpage-hero__title h1 {
    font-size: 30px;
  }

  .news-article {
    scroll-margin-top: 18px;
  }

  .news-article-cover {
    aspect-ratio: 16 / 10;
  }

  .news-article-video {
    aspect-ratio: 16 / 10;
  }
}

/* Gepu hub standard: align the right column with the sidebar card top. */
.subpage--gepu .gepu-hub-main {
  --gepu-column-gap: 32px;
  --gepu-panel-head-gap: 22px;
  --gepu-panel-content-gap: 22px;
}

.subpage--gepu .gepu-layout {
  column-gap: var(--gepu-column-gap);
  row-gap: 24px;
  align-items: start;
}

.subpage--gepu .gepu-content {
  padding-top: 0;
}

.subpage--gepu .gepu-content > [data-gepu-panel] {
  margin-top: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.subpage--gepu .gepu-content > [data-gepu-panel].is-active {
  animation: gepuPanelReveal 0.16s ease both;
}

.subpage--gepu .gepu-hub-section__head {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  column-gap: var(--gepu-column-gap);
  row-gap: 14px;
  align-items: start;
  margin: 0 0 var(--gepu-panel-content-gap);
  padding: 0 0 var(--gepu-panel-head-gap);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
}

.subpage--gepu .gepu-hub-section__head > p {
  justify-self: end;
  max-width: 690px;
  margin: 2px 0 0;
  line-height: 28px;
}

.subpage--gepu .gepu-policy-section {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.subpage--gepu .gepu-policy-section::before {
  display: none;
}

@media (max-width: 1100px) {
  .subpage--gepu .gepu-content {
    padding-top: 0;
  }

  .subpage--gepu .gepu-hub-section__head {
    display: block;
  }

  .subpage--gepu .gepu-hub-section__head > p {
    max-width: none;
    margin-top: 12px;
  }
}

/* Shared two-column subpage standard, based on the Gepu hub layout. */
.subpage--about .about-core-main,
.subpage--news .news-index-main,
.subpage--gap .gap-main,
.subpage--culture .culture-main,
.subpage--party .party-main,
.subpage--gepu .gepu-hub-main {
  --subpage-column-gap: 32px;
  --subpage-panel-head-gap: 22px;
  --subpage-panel-content-gap: 22px;
  padding: clamp(40px, 5vw, 70px) 0 74px;
}

.subpage--about .about-core-profilecard {
  display: block;
}

.subpage--about .about-core-layout,
.subpage--news .news-layout,
.subpage--gap .gap-layout,
.subpage--culture .culture-layout,
.subpage--party .party-layout,
.subpage--gepu .gepu-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  column-gap: var(--subpage-column-gap);
  row-gap: 24px;
  align-items: start;
}

.subpage--about .about-core-content,
.subpage--news .news-index-content,
.subpage--gap .gap-content,
.subpage--culture .culture-content,
.subpage--party .party-content,
.subpage--gepu .gepu-content {
  min-width: 0;
  padding-top: 0;
  scroll-margin-top: 24px;
  align-self: start;
}

.subpage--about .about-core-section[data-about-panel],
.subpage--news .news-category-section[data-news-panel],
.subpage--gap .gap-section[data-gap-panel],
.subpage--culture .culture-section[data-culture-panel],
.subpage--party .party-section[data-party-panel],
.subpage--gepu .gepu-content > [data-gepu-panel] {
  margin-top: 0;
}

.subpage--gap .gap-profile,
.subpage--gap .gap-build,
.subpage--gap .gap-news-section,
.subpage--gap .gap-cases,
.subpage--gap .gap-media,
.subpage--culture .culture-guide,
.subpage--culture .culture-herbs,
.subpage--culture .culture-activities,
.subpage--culture .culture-articles,
.subpage--culture .culture-media,
.subpage--party .party-profile-card,
.subpage--party .party-activities-head,
.subpage--gepu .gepu-content > [data-gepu-panel] {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.subpage--about .about-core-intro {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.subpage--about .about-core-intro__grid,
.subpage--party .party-profile-grid,
.subpage--gap .gap-profile__grid,
.subpage--gap .gap-media__grid {
  padding: clamp(24px, 3.2vw, 36px);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.subpage--party .party-profile-grid {
  margin-top: var(--subpage-panel-content-gap);
}

.subpage--about .about-core-section__head,
.subpage--about .leadership-list-head,
.subpage--news .news-section-head,
.subpage--gap .gap-section__head,
.subpage--culture .culture-section__head,
.subpage--party .party-profile-card > .party-card-title,
.subpage--party .party-activities-head,
.subpage--gepu .gepu-hub-section__head {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  column-gap: var(--subpage-column-gap);
  row-gap: 14px;
  align-items: start;
  max-width: none;
  margin: 0 0 var(--subpage-panel-content-gap);
  padding: 0 0 var(--subpage-panel-head-gap);
  border-bottom: 1px solid rgba(199, 168, 103, 0.34);
}

.subpage--party .party-profile-card > .party-card-title,
.subpage--party .party-activities-head > .party-card-title {
  padding-left: 0;
}

.subpage--party .party-profile-card > .party-card-title {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--party .party-profile-card > .party-card-title + .party-profile-grid {
  margin-top: 0;
}

.subpage--party .party-profile-card > .party-card-title::before,
.subpage--party .party-profile-card > .party-card-title::after,
.subpage--party .party-activities-head > .party-card-title::before,
.subpage--party .party-activities-head > .party-card-title::after {
  display: none;
}

.subpage--about .leadership-list-panel {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.subpage--about .leadership-list-head {
  padding-left: 0;
  background: transparent;
}

.subpage--about .leadership-list-head::before {
  display: none;
}

.subpage--about .leadership-list-head--solo {
  display: block;
  margin-bottom: var(--subpage-panel-content-gap);
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--news .news-section-head--solo {
  display: block;
  margin-bottom: var(--subpage-panel-content-gap);
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--gap .gap-section__head--solo {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--about .about-core-section__head--solo {
  display: block;
  margin-bottom: var(--subpage-panel-content-gap);
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--about .about-core-section__head--solo .jc-section-title {
  margin: 0;
}

.subpage--culture .culture-section__head--solo {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--gepu .gepu-hub-section__head--solo {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--party .party-activities-head--solo {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--party .party-activities-head--solo > .party-card-title {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.subpage--about .about-core-section__head > span,
.subpage--about .about-core-section__head > div > span,
.subpage--about .leadership-list-head h2,
.subpage--news .news-section-head > span,
.subpage--gap .gap-section-title h2,
.subpage--culture .culture-section-title h2,
.subpage--party .party-profile-card > .party-card-title h2,
.subpage--party .party-activities-head > .party-card-title h2,
.subpage--gepu .gepu-section-title h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0;
  white-space: normal;
}

.subpage--about .about-core-section__head h2,
.subpage--about .about-core-section__head p,
.subpage--about .leadership-list-head p,
.subpage--news .news-section-head h2,
.subpage--gap .gap-section__head > p,
.subpage--culture .culture-section__head > p,
.subpage--party .party-activities-head > p,
.subpage--gepu .gepu-hub-section__head > p {
  justify-self: end;
  max-width: 690px;
  margin: 2px 0 0;
  color: #706357;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
}

.subpage--about .about-core-section__head h2 {
  font-size: 20px;
  line-height: 30px;
}

.subpage--about .leadership-group {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.subpage--about .leadership-note {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(247, 241, 225, 0.8));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.subpage--about .leadership-name-list div {
  min-height: 0;
  align-items: stretch;
}

.subpage--about .leadership-name-list dt {
  align-items: flex-start;
  padding-top: 28px;
}

.subpage--about .leadership-name-list dd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.subpage--about .leadership-name-list dd > span {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}

.subpage--about .leadership-name-list dd > small {
  display: block;
  max-width: 100%;
  color: rgba(64, 64, 64, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .subpage--about .leadership-name-list dt {
    padding-top: 20px;
  }

  .subpage--about .leadership-name-list dd {
    padding-top: 10px;
  }
}

.subpage--gap .gap-section-title .jc-section-title__ornament--short,
.subpage--culture .culture-section-title .jc-section-title__ornament--short,
.subpage--gepu .gepu-section-title .jc-section-title__ornament--short {
  width: 158px;
}

.subpage--about .about-core-section__head > span,
.subpage--about .about-core-section__head > div > span,
.subpage--about .leadership-list-head h2,
.subpage--news .news-section-head > span,
.subpage--party .party-profile-card > .party-card-title h2,
.subpage--party .party-activities-head > .party-card-title h2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  min-width: 158px;
  padding-bottom: 30px;
}

.subpage--about .about-core-section__head > span::after,
.subpage--about .about-core-section__head > div > span::after,
.subpage--about .leadership-list-head h2::after,
.subpage--news .news-section-head > span::after,
.subpage--party .party-profile-card > .party-card-title h2::after,
.subpage--party .party-activities-head > .party-card-title h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 158px;
  height: 40px;
  content: "";
  pointer-events: none;
  background: url("./assets/title-ornament-short-figma.png") left bottom / 158px auto no-repeat;
}

@media (min-width: 1101px) {
  .subpage--about .about-core-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 20px 28px;
    align-items: start;
  }

  .subpage--about .about-core-intro__article {
    display: contents;
    min-width: 0;
  }

  .subpage--about .about-core-intro__article > [data-about-field="profileBody"] {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .subpage--about .about-core-intro__article p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 31px;
  }

  .subpage--about .about-core-profile-grid {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
  }

  .subpage--about .about-core-profile-grid div {
    min-height: 118px;
    padding: 15px 15px 14px 18px;
  }

  .subpage--about .about-core-profile-grid div::before {
    top: 16px;
    height: 34px;
  }

  .subpage--about .about-core-profile-grid strong {
    font-size: 18px;
    line-height: 25px;
  }

  .subpage--about .about-core-profile-grid span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 22px;
  }

  .subpage--about .about-core-intro__article blockquote {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .subpage--about .about-core-tags {
    grid-column: 1 / -1;
    gap: 10px;
    margin-top: 0;
  }

  .subpage--about .about-core-intro__media {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    display: grid;
    height: 100%;
    min-height: 330px;
    isolation: isolate;
    background: #241f17;
    box-shadow: 0 18px 34px rgba(68, 44, 20, 0.18);
  }

  .subpage--about .about-core-intro__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(34, 24, 18, 0), rgba(34, 24, 18, 0.72));
    z-index: 1;
  }

  .subpage--about .about-core-intro__media.is-empty::after {
    display: none;
  }

  .subpage--about .about-core-intro__media img,
  .subpage--about .about-core-intro__placeholder,
  .subpage--about .about-core-intro__media figcaption {
    grid-area: 1 / 1;
  }

  .subpage--about .about-core-intro__placeholder {
    min-height: 100%;
    color: rgba(255, 253, 248, 0.82);
    background: linear-gradient(135deg, rgba(71, 55, 34, 0.95), rgba(40, 88, 57, 0.86));
  }

  .subpage--about .about-core-intro__media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 45% center;
  }

  .subpage--about .about-core-intro__media figcaption {
    align-self: end;
    justify-self: stretch;
    margin: 18px;
    padding: 12px 14px;
    color: rgba(255, 253, 248, 0.94);
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    background: rgba(91, 14, 17, 0.74);
    border: 1px solid rgba(255, 236, 190, 0.22);
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(20, 12, 8, 0.22);
    backdrop-filter: blur(8px);
    z-index: 2;
  }
}

@media (min-width: 1101px) and (max-width: 1240px) {
  .subpage--about .about-core-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage--about .about-core-profile-grid div {
    min-height: 100px;
  }
}

/* About overview masthead: keep the institute lockup and facts visually tied together. */
.subpage--about .about-core-profilecard {
  padding-top: clamp(38px, 4vw, 52px);
}

.subpage--about .about-core-profilecard__inner {
  grid-template-columns: minmax(440px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 3.8vw, 48px);
  align-items: stretch;
}

.subpage--about .about-core-profilecard__aside {
  min-width: 0;
}

.subpage--about .about-core-card {
  justify-content: center;
  min-width: 0;
  min-height: 198px;
  height: 100%;
  padding: clamp(22px, 2.5vw, 30px);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(41, 73, 49, 0.14);
}

.subpage--about .about-core-card::after {
  inset: 10px;
  border-radius: 5px;
}

.subpage--about .about-core-card__brand {
  --site-brand-logo-size: clamp(46px, 4vw, 58px);
  --site-brand-title-size: clamp(29px, 2.75vw, 38px);
  --site-brand-subtitle-size: clamp(8px, 0.74vw, 10.5px);
  --site-brand-gap: clamp(10px, 1vw, 14px);
  justify-content: center;
  width: min(100%, 560px);
  height: auto;
}

.subpage--about .about-core-card__brand .brand-copy {
  height: var(--site-brand-logo-size);
}

.subpage--about .about-core-stats {
  min-height: 198px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(96, 67, 30, 0.1);
}

.subpage--about .about-core-stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 99px;
  padding: 16px clamp(18px, 2vw, 26px);
}

.subpage--about .about-core-stats > .empty-state {
  grid-column: 1 / -1;
  min-height: 128px;
}

.subpage--about .about-core-stats em {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0;
}

.subpage--about .about-core-stats strong {
  font-size: 32px;
  line-height: 34px;
}

.subpage--about .about-core-stats span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 19px;
}

.subpage--about .about-core-main {
  padding-top: clamp(34px, 4vw, 54px);
}

@media (max-width: 1100px) {
  .subpage--about .about-core-profilecard__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .subpage--about .about-core-card {
    min-height: 138px;
  }

  .subpage--about .about-core-card__brand {
    justify-content: flex-start;
  }

  .subpage--about .about-core-stats {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .subpage--about .about-core-profilecard {
    padding-top: var(--subpage-content-start-gap-sm);
  }

  .subpage--about .about-core-card {
    min-height: 126px;
    padding: 20px 18px;
  }

  .subpage--about .about-core-card__brand {
    --site-brand-logo-size: 40px;
    --site-brand-title-size: clamp(22px, 6vw, 28px);
    --site-brand-subtitle-size: clamp(6.8px, 1.9vw, 8px);
    --site-brand-gap: 10px;
  }

  .subpage--about .about-core-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage--about .about-core-stats div {
    min-height: 86px;
    padding: 14px 16px;
    border-top: 1px solid rgba(199, 168, 103, 0.28);
    border-left: 1px solid rgba(199, 168, 103, 0.28);
  }

  .subpage--about .about-core-stats div:nth-child(odd) {
    border-left: 0;
  }

  .subpage--about .about-core-stats div:nth-child(-n + 2) {
    border-top: 0;
  }

  .subpage--about .about-core-stats strong {
    font-size: 28px;
    line-height: 30px;
  }

  .subpage--about .about-core-main {
    padding-top: 32px;
  }
}

.subpage--gap .gap-resources__grid {
  align-items: start;
}

.subpage--gap .gap-resources {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.subpage--gap .gap-policy-panel {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.subpage--gap .gap-policy-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 223, 0.88));
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(96, 67, 30, 0.075);
}

.subpage--gap .gap-policy-list a {
  min-width: 0;
  min-height: 142px;
  padding: 20px 22px;
  align-content: start;
}

.subpage--about [data-about-panel].is-active,
.subpage--news [data-news-panel].is-active,
.subpage--gap [data-gap-panel].is-active,
.subpage--culture [data-culture-panel].is-active,
.subpage--party [data-party-panel].is-active,
.subpage--gepu [data-gepu-panel].is-active {
  animation: subpagePanelReveal 0.16s ease both;
}

@keyframes subpagePanelReveal {
  from {
    opacity: 0.94;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .subpage--about .about-core-layout,
  .subpage--news .news-layout,
  .subpage--gap .gap-layout,
  .subpage--culture .culture-layout,
  .subpage--party .party-layout,
  .subpage--gepu .gepu-layout {
    grid-template-columns: 1fr;
  }

  .subpage--about .about-core-section__head,
  .subpage--about .leadership-list-head,
  .subpage--news .news-section-head,
  .subpage--gap .gap-section__head,
  .subpage--culture .culture-section__head,
  .subpage--party .party-profile-card > .party-card-title,
  .subpage--party .party-activities-head,
  .subpage--gepu .gepu-hub-section__head {
    display: block;
  }

  .subpage--about .about-core-section__head h2,
  .subpage--about .about-core-section__head p,
  .subpage--about .leadership-list-head p,
  .subpage--news .news-section-head h2,
  .subpage--gap .gap-section__head > p,
  .subpage--culture .culture-section__head > p,
  .subpage--party .party-activities-head > p,
  .subpage--gepu .gepu-hub-section__head > p {
    max-width: none;
    margin-top: 12px;
    justify-self: start;
    width: 100%;
    text-align: left;
    overflow-wrap: anywhere;
    white-space: normal;
  }

}

@media (max-width: 760px) {
  .subpage--gap .gap-policy-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .subpage--gap .gap-policy-list a {
    min-height: 0;
    padding: 16px 18px;
  }
}

@media (max-width: 760px) {
  .about-core-mission {
    padding: 28px 22px 32px;
  }

  .about-core-mission h2 {
    font-size: 25px;
    line-height: 36px;
  }

  .about-core-mission p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.9;
  }

  .subpage--about .about-core-intro__grid,
  .subpage--party .party-profile-grid,
  .subpage--gap .gap-profile__grid,
  .subpage--gap .gap-media__grid,
  .subpage--gap .gap-policy-list {
    padding: 22px;
  }
}
