body {
  margin: 0;
  font-family: "Inter", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  color: #18352f;
  background: #f5f6f2;
  line-height: 1.7;
}

.container {
  width: calc(100% - 48px);
  max-width: 1120px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: #ffffff;
  padding: 24px 0;
}

.site-header .container,
.site-footer .container,
.section-head,
.split-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-header .container,
.site-footer .container {
  align-items: center;
}

.site-nav {
  display: flex;
  gap: 36px;
  align-items: center;
}

.site-nav a,
.text-link,
.breadcrumb a {
  color: #475569;
  text-decoration: none;
}

.hero {
  padding: 120px 0;
  background: linear-gradient(135deg, #e7efe7, #f8faf7);
}

.logo {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #1a5649;
  text-decoration: none;
  line-height: 1.15;
}

.logo-cn {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.logo-en {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #64748b;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #475569;
  transition: color 220ms ease;
}

.site-nav a:hover {
  color: #1a5649;
}

.site-nav a.active {
  color: #1a5649;
  font-weight: 600;
}

.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #628277;
}

.button-link {
  display: inline-flex;
  margin-top: 20px;
  padding: 12px 20px;
  background: #24473c;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
}

.section-block {
  padding: 72px 0;
}

.card-grid,
.metric-grid {
  display: grid;
  gap: 20px;
}

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

.metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 28px;
}

.content-card,
.metric-card,
.contact-card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #dde5dc;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}

.muted-block {
  background: #eef2ed;
}

.page-banner {
  padding: 72px 0;
  background: linear-gradient(160deg, #dde8df, #f6f8f4);
}

.page-banner .container {
  animation: fadeUpIn 0.82s cubic-bezier(0.2, 0, 0, 1) 0.08s both;
}

.banner-description {
  max-width: 720px;
}

.breadcrumb {
  padding: 18px 0;
  border-bottom: 1px solid #dde5dc;
  background: #fff;
}

.breadcrumb .container {
  display: flex;
  gap: 12px;
  align-items: center;
}

.article-shell {
  max-width: 860px;
}

.card-date {
  color: #6e847b;
  font-size: 14px;
}

.single-column {
  grid-template-columns: 1fr;
}

@media (max-width: 800px) {
  .site-header .container,
  .site-footer .container,
  .section-head,
  .split-grid {
    flex-direction: column;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 22px;
  }

  .logo-cn {
    font-size: 20px;
  }

  .logo-en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .hero {
    padding: 80px 0;
  }
}

:root {
  --home-bg: #f8f9fb;
  --home-surface: #ffffff;
  --home-surface-low: #f0f4f7;
  --home-surface-high: #d9e4ea;
  --home-text: #2a3439;
  --home-muted: #4b6461;
  --home-soft: #566166;
  --home-accent: #21695f;
  --home-outline: rgba(169, 180, 185, 0.2);
  --home-shadow: 0 24px 48px -12px rgba(42, 52, 57, 0.06);
  --home-shadow-strong: 0 28px 60px -28px rgba(42, 52, 57, 0.2);
}

.home-shell {
  background: var(--home-bg);
  color: var(--home-text);
  font-family: "Inter", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

.home-frame {
  width: calc(100% - 64px);
  max-width: 1280px;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.home-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(23, 63, 55, 0.08);
  box-shadow: 0 12px 30px -24px rgba(42, 52, 57, 0.18);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.home-topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px -24px rgba(42, 52, 57, 0.24);
}

.home-topbar-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

.home-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: center;
  min-width: 0;
  flex: 1 1 auto;
}

.home-brand-logo {
  width: 76px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.home-brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.home-brand-title-mobile {
  display: none;
}

.home-brand-title {
  font-family: "Inter", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1a5649;
  line-height: 1.15;
}

.home-brand-subtitle {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #64748b;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.home-nav-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-left: auto;
  border: 1px solid rgba(23, 63, 55, 0.12);
  border-radius: 12px;
  background: #ffffff;
  color: #1a5649;
  cursor: pointer;
  box-shadow: 0 8px 18px -18px rgba(42, 52, 57, 0.24);
}

.home-nav-toggle span {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.home-nav-toggle span:nth-child(1) {
  top: 16px;
}

.home-nav-toggle span:nth-child(2) {
  top: 22px;
}

.home-nav-toggle span:nth-child(3) {
  top: 28px;
}

.home-topbar.is-menu-open .home-nav-toggle span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.home-topbar.is-menu-open .home-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.home-topbar.is-menu-open .home-nav-toggle span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.home-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 70;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.home-mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23, 30, 33, 0.18);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.home-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(84vw, 368px);
  height: 100%;
  background: #ffffff;
  box-shadow: -18px 0 42px -28px rgba(42, 52, 57, 0.18);
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(0.2, 0, 0, 1);
  display: flex;
  flex-direction: column;
}

.home-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(23, 63, 55, 0.08);
}

.home-mobile-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.home-mobile-brand-logo {
  width: 40px;
  height: auto;
  flex: 0 0 auto;
}

.home-mobile-brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-mobile-brand-title {
  color: #1a5649;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.home-mobile-brand-subtitle {
  margin-top: 3px;
  color: #84909b;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.home-mobile-close {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(23, 63, 55, 0.1);
  border-radius: 10px;
  background: #ffffff;
  color: #1a5649;
  flex: 0 0 auto;
  cursor: pointer;
}

.home-mobile-close span {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 16px;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
}

.home-mobile-close span:first-child {
  transform: rotate(45deg);
}

.home-mobile-close span:last-child {
  transform: rotate(-45deg);
}

.home-mobile-nav-inner {
  display: flex;
  flex-direction: column;
  padding: 12px 20px 0;
}

.home-mobile-nav-inner a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 2px;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 63, 55, 0.06);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.home-mobile-nav-inner a.active {
  color: #1a5649;
  font-weight: 600;
  border-bottom-color: rgba(26, 86, 73, 0.14);
}

.home-mobile-nav-inner a:hover,
.home-mobile-nav-inner a:active {
  color: #1a5649;
  background: rgba(26, 86, 73, 0.035);
}

.home-mobile-nav-meta {
  margin-top: auto;
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(23, 63, 55, 0.08);
  background: #fbfcfc;
}

.home-mobile-nav-meta p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.8;
}

.home-mobile-nav-meta p + p {
  margin-top: 6px;
}

.home-mobile-nav-meta a {
  display: inline-flex;
  margin-top: 12px;
  color: #1a5649;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

body.has-mobile-nav-open {
  overflow: hidden;
}

@supports not (width: min(100%, 10px)) {
  .container,
  .home-frame {
    width: auto;
  }
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .home-topbar,
  .home-mobile-nav-backdrop,
  .home-chip,
  .about-anchor-bar {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .home-topbar {
    background: rgba(255, 255, 255, 0.98);
  }

  .home-mobile-nav-backdrop {
    background: rgba(23, 30, 33, 0.3);
  }

  .home-chip {
    background: rgba(255, 255, 255, 0.18);
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .home-about-media img,
  .home-news-card-media,
  .news-item-media {
    aspect-ratio: auto;
  }

  .home-about-media img {
    height: 320px;
  }

  .home-news-card-media {
    height: 220px;
  }

  .news-item-media {
    height: 160px;
  }
}

@supports not (display: grid) {
  .home-about-grid,
  .home-contact-grid,
  .home-footer-grid,
  .home-news-grid,
  .news-featured,
  .news-item,
  .news-pagination-pages {
    display: flex;
    flex-wrap: wrap;
  }

  .home-about-grid > *,
  .home-contact-grid > *,
  .home-footer-grid > *,
  .home-news-grid > *,
  .news-featured > *,
  .news-item > * {
    width: 100%;
  }

  .home-news-grid > * {
    width: calc(33.333% - 12px);
    margin-right: 18px;
  }

  .home-news-grid > *:nth-child(3n) {
    margin-right: 0;
  }

  .news-item-media {
    max-width: 240px;
    margin-right: 34px;
  }
}

.is-legacy-edge .home-topbar,
.is-legacy-edge .about-anchor-bar {
  position: relative;
  top: auto;
}

.is-legacy-edge .home-topbar,
.is-legacy-edge .home-topbar.is-scrolled,
.is-legacy-edge .about-anchor-bar {
  background: #ffffff;
  box-shadow: 0 10px 24px -24px rgba(42, 52, 57, 0.18);
}

.is-legacy-edge .home-mobile-nav-backdrop,
.is-legacy-edge .home-chip,
.is-legacy-edge .about-anchor-bar {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.is-legacy-edge .home-chip,
.is-legacy-edge .home-primary-cta,
.is-legacy-edge .home-secondary-cta,
.is-legacy-edge .news-kicker,
.is-legacy-edge .cap-kicker {
  display: inline-block;
  width: auto;
}

.is-legacy-edge .home-topbar-inner {
  gap: 16px;
}

.is-legacy-edge .home-brand {
  gap: 12px;
}

.is-legacy-edge .home-brand-logo {
  width: 64px;
}

.is-legacy-edge .home-brand-title {
  font-size: 21px;
  letter-spacing: 0.03em;
}

.is-legacy-edge .home-brand-subtitle {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.is-legacy-edge .home-nav {
  gap: 20px;
}

.is-legacy-edge .home-nav a {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.is-legacy-edge .home-nav a:first-child {
  margin-left: 0;
}

.is-legacy-edge .home-hero-image,
.is-legacy-edge .home-hero-overlay,
.is-legacy-edge .home-hero-content,
.is-legacy-edge .about-hero-image,
.is-legacy-edge .about-hero-overlay,
.is-legacy-edge .about-hero-copy,
.is-legacy-edge .news-hero-image,
.is-legacy-edge .news-hero-overlay,
.is-legacy-edge .news-hero-copy,
.is-legacy-edge .cap-hero-image,
.is-legacy-edge .cap-hero-overlay,
.is-legacy-edge .cap-hero-copy,
.is-legacy-edge .page-banner .container {
  animation: none;
}

.is-legacy-edge .home-hero-media,
.is-legacy-edge .cap-hero-media {
  background-color: #dfe6e3;
  background-image: var(--legacy-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.is-legacy-edge .reveal-up,
.is-legacy-edge .reveal-up.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.is-legacy-edge .news-featured {
  display: block;
}

.is-legacy-edge .news-featured-copy {
  display: block;
}

.is-legacy-edge .news-item {
  display: block;
  transform: none;
}

.is-legacy-edge .news-item:hover,
.is-legacy-edge .news-inline-link:hover::after,
.is-legacy-edge .about-anchor-inner a:hover,
.is-legacy-edge .about-intro-image:hover img,
.is-legacy-edge .about-culture-media:hover img,
.is-legacy-edge .about-honor-card:hover,
.is-legacy-edge .about-honor-card:hover img,
.is-legacy-edge .about-message-aside:hover .about-message-portrait,
.is-legacy-edge .about-message-aside:hover .about-message-portrait img,
.is-legacy-edge .home-news-card:hover img,
.is-legacy-edge .news-featured:hover .news-featured-media img {
  transform: none;
}

.is-legacy-edge .news-item-media {
  display: block;
  max-width: 240px;
  margin: 0 0 18px;
}

.is-legacy-edge .news-featured-badge {
  clip-path: none;
  border-radius: 4px;
}

.is-legacy-edge .about-anchor-inner {
  height: auto;
  min-height: 64px;
  flex-wrap: wrap;
  padding: 12px 0;
  gap: 20px;
}

.is-legacy-edge .about-anchor-inner a {
  margin-right: 20px;
}

.is-legacy-edge .about-anchor-inner a:last-child {
  margin-right: 0;
}

.home-nav a,
.home-footer nav a {
  text-decoration: none;
  color: #475569;
}

.home-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: color 220ms ease;
}

@media (max-width: 1220px) {
  .home-topbar-inner {
    gap: 18px;
  }

  .home-brand {
    gap: 12px;
  }

  .home-brand-logo {
    width: 64px;
  }

  .home-brand-title {
    font-size: 21px;
    letter-spacing: 0.03em;
  }

  .home-brand-subtitle {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .home-nav {
    gap: 24px;
  }

  .home-nav a {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.home-nav a:hover {
  color: #1a5649;
}

.home-nav a.active {
  color: #1a5649;
  font-weight: 600;
}

.home-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background: #0b1714;
}

.home-hero-media {
  height: 560px;
  position: relative;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  animation: heroZoomIn 1.1s cubic-bezier(0.2, 0, 0, 1) both;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(7, 23, 19, 0.68) 0%, rgba(8, 23, 19, 0.56) 22%, rgba(8, 23, 19, 0.3) 42%, rgba(8, 23, 19, 0.08) 58%, rgba(8, 23, 19, 0) 70%),
    linear-gradient(to top, rgba(7, 15, 18, 0.14) 0%, rgba(7, 15, 18, 0.01) 36%, rgba(7, 15, 18, 0) 60%);
  animation: heroOverlayIn 1.2s ease-out both;
}

.home-hero-content-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: fadeUpIn 0.9s cubic-bezier(0.2, 0, 0, 1) 0.15s both;
}

.home-chip {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.home-hero-content h1,
.home-section-heading h2,
.home-about-badge strong {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
}

.home-hero-content h1 {
  font-size: 56px;
  font-size: clamp(44px, 6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.home-hero-content h1 span {
  color: #ffffff;
}

.home-hero-copy {
  border-left: 2px solid rgba(255, 255, 255, 0.24);
  padding: 8px 0 8px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}

.home-hero-copy p {
  margin: 0;
}

.home-hero-copy p:first-child {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
}

.home-hero-copy p:last-child {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  max-width: 460px;
}

.home-primary-cta,
.home-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.home-primary-cta {
  width: fit-content;
  padding: 18px 40px;
  border-radius: 10px;
  background: var(--home-accent);
  color: #dcfff7;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px -16px rgba(14, 53, 47, 0.55);
  font-weight: 700;
}

.home-primary-cta:hover {
  transform: translateY(-2px);
  background: #1b5b52;
  box-shadow: 0 14px 28px -18px rgba(12, 48, 43, 0.6);
}

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

.home-about {
  background: var(--home-surface);
  padding-top: 88px;
}

.home-about-grid,
.home-contact-grid,
.home-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
}

.home-about-media,
.home-contact-map,
.home-news-card {
  position: relative;
}

.home-about-media img,
.home-contact-map img,
.home-news-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-about-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 48px -12px rgba(42, 52, 57, 0.12);
}

.home-about-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: var(--home-accent);
  color: #dcfff7;
  padding: 28px 30px;
  border-radius: 18px;
  box-shadow: 0 28px 50px -28px rgba(12, 48, 43, 0.72);
  z-index: 2;
  max-width: 220px;
}

.home-about-badge strong {
  display: block;
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
}

.home-about-badge span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1.55;
  opacity: 0.86;
}

.home-about-copy {
  padding-top: 6px;
}

.home-about-lead {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.82;
}

.home-about-copy p,
.home-section-heading p,
.home-news-card-body p,
.home-contact-list p,
.home-footer p,
.home-footer small {
  color: var(--home-soft);
}

.home-section-heading h2 {
  font-size: 42px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-section-heading p {
  margin: 12px 0 0;
}

.home-accent-line {
  width: 80px;
  height: 4px;
  margin-top: 20px;
  background: var(--home-accent);
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 28px 0 18px;
}

.home-stat-item span:first-child {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.02em;
}

.home-stat-item strong {
  display: block;
  margin-top: 10px;
  font-size: 46px;
  font-size: clamp(40px, 4vw, 50px);
  line-height: 1;
  color: var(--home-accent);
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-weight: 800;
}

.home-stat-item strong span {
  margin-left: 6px;
  font-size: 17px;
  font-weight: 700;
  color: #3f5651;
}

.home-inline-link,
.home-news-card a {
  color: var(--home-accent);
  font-weight: 800;
  text-decoration: none;
}

.home-news {
  background: var(--home-surface-low);
}

.home-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.home-secondary-cta {
  padding: 8px 20px;
  border: 1px solid rgba(113, 124, 130, 0.3);
  border-radius: 10px;
  color: var(--home-text);
}

.home-secondary-cta:hover {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

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

.home-news-card {
  overflow: hidden;
  border-radius: 14px;
  background: var(--home-surface);
  border: 1px solid rgba(23, 63, 55, 0.08);
  box-shadow: 0 14px 28px -24px rgba(42, 52, 57, 0.16);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.5s cubic-bezier(0.2, 0, 0, 1);
}

.home-news-card:hover,
.home-contact-map:hover {
  transform: translateY(-8px);
  box-shadow: var(--home-shadow-strong);
}

.home-news-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f7f5;
}

.home-news-card-media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.home-news-card-media.is-placeholder img {
  width: min(52%, 140px);
  height: auto;
  object-fit: contain;
  transform: none;
}

.home-news-card img,
.home-contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.home-news-card:hover img {
  transform: scale(1.08);
}

.home-news-card-body {
  padding: 18px;
}

.home-news-type {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--home-accent);
}

.home-news-card h3,
.home-contact-list h3,
.home-footer h3 {
  margin: 0;
  color: var(--home-text);
}

.home-news-card h3 {
  font-size: 20px;
  line-height: 1.3;
}

.home-news-card p {
  margin: 10px 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
}

.home-contact {
  background: var(--home-surface-high);
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin-top: 20px;
}

.home-contact-list article {
  position: relative;
  min-width: 0;
  padding-left: 16px;
}

.home-contact-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(33, 105, 95, 0.18);
  box-shadow: inset 0 0 0 2px rgba(33, 105, 95, 0.72);
}

.home-contact-list h3 {
  font-size: 17px;
  line-height: 1.3;
}

.home-contact-list p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.home-contact-map {
  overflow: hidden;
  border-radius: 16px;
  height: 260px;
  min-height: 260px;
  box-shadow: var(--home-shadow);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.5s cubic-bezier(0.2, 0, 0, 1);
}

.home-footer {
  background: #eef3f5;
  border-top: 1px solid rgba(23, 63, 55, 0.08);
  padding: 32px 0 28px;
}

.home-footer-brand nav {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-footer-brand p {
  margin: 8px 0 0;
  max-width: 360px;
}

.home-footer-brand h3 {
  font-size: 20px;
}

.home-footer-meta {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.home-footer-meta small a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 67, 61, 0.18);
  transition: color 180ms ease, border-color 180ms ease;
}

.home-footer-meta small a:hover {
  color: #24433d;
  border-color: rgba(36, 67, 61, 0.42);
}

.home-footer-contact {
  margin: 0;
  font-weight: 600;
  color: #35534d;
}

.about-shell {
  background: #f8f9fb;
  color: #2a3439;
  font-family: "Inter", "Microsoft YaHei", sans-serif;
}

.about-hero {
  position: relative;
  min-height: 500px;
  padding-top: 86px;
  overflow: hidden;
}

.about-hero-media,
.about-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-image {
  object-fit: cover;
  object-position: 72% center;
  animation: heroZoomIn 1.1s cubic-bezier(0.2, 0, 0, 1) both;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(245, 248, 250, 0.97) 0%, rgba(245, 248, 250, 0.9) 26%, rgba(245, 248, 250, 0.54) 54%, rgba(245, 248, 250, 0.08) 74%, rgba(245, 248, 250, 0) 100%),
    linear-gradient(to top, rgba(16, 46, 40, 0.12) 0%, rgba(16, 46, 40, 0) 40%);
  animation: heroOverlayIn 1.2s ease-out both;
}

.about-hero-content-wrap {
  position: relative;
  z-index: 1;
  min-height: calc(500px - 86px);
  display: flex;
  align-items: center;
}

.about-hero-copy {
  max-width: 520px;
  animation: fadeUpIn 0.9s cubic-bezier(0.2, 0, 0, 1) 0.15s both;
}

.about-kicker,
.about-eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #21695f;
  text-transform: uppercase;
}

.about-hero-copy h1,
.about-section-head h2,
.about-intro-copy h2,
.about-culture-copy h2,
.about-message-main h2 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #2a3439;
}

.about-hero-copy h1 {
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.04;
}

.about-hero-copy p {
  margin: 24px 0 0;
  max-width: 460px;
  padding-left: 22px;
  border-left: 4px solid rgba(33, 105, 95, 0.26);
  font-size: 20px;
  line-height: 1.8;
  color: #566166;
}

.about-anchor-bar {
  position: sticky;
  top: 86px;
  z-index: 30;
  background: rgba(240, 244, 247, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-anchor-inner {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.about-anchor-inner a {
  color: #566166;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 220ms ease, transform 220ms ease;
}

.about-anchor-inner a:hover {
  color: #21695f;
  transform: translateY(-1px);
}

.about-section {
  padding: 92px 0;
  scroll-margin-top: 170px;
}

.about-intro {
  background: #ffffff;
}

.about-intro-grid,
.about-culture-grid,
.about-message-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: start;
}

.about-intro-copy h2,
.about-culture-copy h2,
.about-message-main h2,
.about-section-head h2 {
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
}

.about-copy-stack {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-copy-stack p,
.about-section-head p,
.about-culture-intro,
.about-message-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #566166;
}

.about-intro-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-intro-image img,
.about-culture-media img,
.about-honor-card img {
  width: 100%;
  display: block;
}

.about-intro-image img {
  border-radius: 24px;
  box-shadow: 0 24px 48px -12px rgba(42, 52, 57, 0.1);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.about-intro-image:hover img {
  transform: translateY(-4px);
  box-shadow: 0 30px 56px -20px rgba(42, 52, 57, 0.18);
}

.about-metrics-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  padding: 32px;
  background: rgba(240, 244, 247, 0.86);
  border-radius: 24px;
}

.about-metrics-panel article {
  transition: transform 240ms ease;
}

.about-metrics-panel article:hover {
  transform: translateY(-2px);
}

.about-metrics-panel strong {
  display: block;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #21695f;
}

.about-metrics-panel strong span {
  font-size: 18px;
}

.about-metrics-panel p {
  margin: 8px 0 0;
  color: #566166;
  font-size: 14px;
  font-weight: 600;
}

.about-honors {
  background: #f8f9fb;
}

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

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

.about-honor-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(30, 60, 54, 0.08);
  box-shadow: 0 18px 36px -30px rgba(42, 52, 57, 0.16);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.about-honor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 91, 82, 0.18);
  box-shadow: 0 26px 44px -30px rgba(18, 43, 39, 0.26);
}

.about-honor-link {
  display: block;
  padding: 12px;
  background: linear-gradient(180deg, #f7fafb 0%, #f1f5f7 100%);
}

.about-honor-card img {
  aspect-ratio: 16 / 11;
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
  transition: transform 240ms ease;
}

.about-honor-card:hover img {
  transform: scale(1.025);
}

.about-culture {
  background: #f0f4f7;
}

.about-culture-media img {
  border-radius: 28px;
  min-height: 560px;
  object-fit: cover;
  box-shadow: 0 24px 48px -24px rgba(42, 52, 57, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.about-culture-media:hover img {
  transform: translateY(-4px);
  box-shadow: 0 30px 56px -24px rgba(42, 52, 57, 0.24);
}

.about-culture-intro {
  margin-top: 20px;
}

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

.about-culture-list article {
  padding: 22px;
  background: #ffffff;
  border-radius: 18px;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.about-culture-list article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -28px rgba(42, 52, 57, 0.18);
}

.about-culture-list article span {
  width: 42px;
  height: 4px;
  display: block;
  margin-bottom: 18px;
  background: #21695f;
  border-radius: 999px;
}

.about-culture-list article p {
  margin: 0;
  color: #566166;
  line-height: 1.8;
}

.about-message {
  background: #ffffff;
}

.about-message-grid {
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: 56px;
  align-items: start;
}

.about-message-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  padding-top: 12px;
}

.about-message-portrait {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 36px -24px rgba(42, 52, 57, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.about-message-portrait img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 280ms ease;
}

.about-message-aside:hover .about-message-portrait {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px -24px rgba(42, 52, 57, 0.24);
}

.about-message-aside:hover .about-message-portrait img {
  transform: scale(1.02);
}

.about-message-identity {
  margin-top: 18px;
  width: 100%;
}

.about-message-identity strong,
.about-message-identity span {
  display: block;
}

.about-message-identity strong {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #6d7573;
}

.about-message-identity span {
  margin-top: 6px;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #2a3439;
}

.about-message-main {
  padding-top: 0;
}

.about-message-main blockquote {
  margin: 22px 0 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  color: #2a3439;
}

.about-message-copy {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-message-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  color: #566166;
}

.about-message-signoff {
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(113, 124, 130, 0.16);
}

.about-message-signoff strong,
.about-message-signoff span {
  display: block;
}

.about-message-signoff strong {
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #566166;
}

.about-message-signoff span {
  margin-top: 6px;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #2a3439;
}

.news-shell {
  background: #f8f9fb;
}

.news-hero {
  position: relative;
  min-height: 400px;
  padding-top: 86px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-hero-media,
.news-hero-image,
.news-hero-overlay {
  position: absolute;
  inset: 0;
}

.news-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: heroZoomIn 1.1s cubic-bezier(0.2, 0, 0, 1) both;
}

.news-hero-overlay {
  background:
    radial-gradient(circle at 58% 48%, rgba(193, 123, 41, 0.28), rgba(193, 123, 41, 0.08) 16%, rgba(193, 123, 41, 0) 32%),
    linear-gradient(90deg, rgba(8, 34, 29, 0.74) 0%, rgba(10, 36, 31, 0.62) 38%, rgba(12, 39, 33, 0.4) 58%, rgba(9, 30, 27, 0.56) 100%);
  animation: heroOverlayIn 1.2s ease-out both;
}

.news-hero-content-wrap {
  position: relative;
  z-index: 1;
  min-height: calc(400px - 86px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-hero-copy {
  max-width: 760px;
  color: #ffffff;
  text-align: center;
  animation: fadeUpIn 0.9s cubic-bezier(0.2, 0, 0, 1) 0.15s both;
}

.news-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.news-hero-copy h1 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 48px;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.news-hero-copy p {
  margin: 20px auto 0;
  max-width: 560px;
  padding-left: 0;
  border-left: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
}

.news-section {
  padding: 56px 0 92px;
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(320px, 0.9fr);
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.06);
  box-shadow: 0 18px 34px -30px rgba(42, 52, 57, 0.16);
  overflow: hidden;
  margin-bottom: 56px;
}

.news-featured-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.news-featured-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms ease;
}

.news-featured-media.is-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(33, 105, 95, 0.16), transparent 46%),
    linear-gradient(145deg, #eff4f6, #dfe8ec);
}

.news-featured-media.is-placeholder img {
  width: min(54%, 260px);
  height: auto;
  object-fit: contain;
}

.news-featured:hover .news-featured-media img {
  transform: scale(1.04);
}

.news-featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  background: #21695f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.news-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 38px;
  background: #eef3f7;
}

.news-featured-copy time,
.news-item-copy time {
  display: inline-flex;
  color: #21695f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.news-featured-copy h2,
.news-item-copy h3 {
  margin: 18px 0 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  letter-spacing: -0.03em;
  color: #243234;
}

.news-featured-copy h2 {
  font-size: 30px;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.26;
}

.news-featured-copy h2 a,
.news-item-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.news-featured-copy p,
.news-item-copy p,
.news-empty p:last-child {
  color: #55666a;
  line-height: 1.9;
}

.news-featured-copy p {
  margin: 16px 0 0;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #21695f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.news-inline-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 240ms ease;
}

.news-inline-link:hover::after {
  transform: translateX(4px);
}

.news-list {
  display: grid;
  gap: 0;
}

.news-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(217, 228, 234, 0.95);
  transition: transform 220ms ease;
}

.news-item:hover {
  transform: translateX(3px);
}

.news-item-media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #dfe7eb;
}

.news-item-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.news-item-media.is-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(33, 105, 95, 0.14), transparent 48%),
    linear-gradient(145deg, #eff4f6, #dfe8ec);
}

.news-item-media.is-placeholder img {
  width: min(52%, 130px);
  height: auto;
  object-fit: contain;
}

.news-item:hover .news-item-media img {
  transform: scale(1.04);
}

.news-item-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-item-copy h3 {
  font-size: 22px;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.34;
}

.news-item-copy p {
  margin: 12px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.9;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.news-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.news-pagination-link,
.news-pagination-arrow,
.news-pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #ffffff;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.news-pagination-link:visited,
.news-pagination-arrow:visited,
.news-pagination-next:visited {
  color: #4b5563;
  text-decoration: none;
}

.news-pagination-link:hover,
.news-pagination-arrow:hover,
.news-pagination-next:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #1f2937;
  text-decoration: none;
}

.news-pagination-link:focus-visible,
.news-pagination-arrow:focus-visible,
.news-pagination-next:focus-visible {
  border-color: #21695f;
  box-shadow: 0 0 0 2px rgba(33, 105, 95, 0.14);
}

.news-pagination-arrow {
  width: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.news-pagination-link.is-active {
  border-color: #21695f;
  background: #21695f;
  color: #ffffff;
  font-weight: 700;
  cursor: default;
}

.news-pagination-next {
  gap: 6px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 500;
}

.news-pagination-next span:last-child {
  font-size: 18px;
  line-height: 1;
}

.news-pagination-link.is-disabled,
.news-pagination-arrow.is-disabled,
.news-pagination-next.is-disabled {
  color: #9ca3af;
  border-color: #e5e7eb;
  background: #f9fafb;
  pointer-events: none;
  cursor: not-allowed;
}

.news-empty {
  padding: 72px 48px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
}

.news-empty .news-kicker {
  color: #6d8281;
  margin-bottom: 16px;
}

.news-empty h2 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 34px;
  color: #243234;
}

.news-detail-hero {
  position: relative;
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(33, 105, 95, 0.07), transparent 42%),
    linear-gradient(180deg, #f5f8f6 0%, #eef4f1 100%);
  border-bottom: 1px solid rgba(27, 58, 53, 0.08);
}

.news-detail-hero-inner {
  max-width: 980px;
  animation: fadeUpIn 0.85s cubic-bezier(0.2, 0, 0, 1) 0.1s both;
}

.news-detail-kicker {
  display: inline-flex;
  color: #6f837c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.news-detail-hero h1 {
  max-width: 860px;
  margin: 20px 0 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #223330;
}

.news-detail-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: #73827d;
  font-size: 13px;
  line-height: 1.7;
}

.news-detail-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid rgba(217, 228, 223, 0.92);
}

.news-detail-breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  color: #7f8b87;
  font-size: 12px;
}

.news-detail-breadcrumb a,
.news-detail-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.news-detail-breadcrumb a:hover {
  color: #21695f;
}

.news-detail-section {
  padding: 52px 0 96px;
  background: linear-gradient(180deg, #f7f9f8 0, #ffffff 120px, #ffffff 100%);
}

.news-detail-shell {
  width: min(820px, 100%);
  margin: 0 auto;
}

.news-detail-header {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(217, 228, 223, 0.92);
}

.news-detail-date {
  display: inline-flex;
  color: #81908a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.news-detail-header h2 {
  margin: 14px 0 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(30px, 3.2vw, 38px);
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #233330;
}

.news-detail-subtitle {
  margin: 18px 0 0;
  color: #60706b;
  font-size: 16px;
  line-height: 1.9;
}

.news-detail-body {
  color: #364340;
  font-size: 17px;
  line-height: 1.95;
}

.news-detail-body > *:first-child {
  margin-top: 0;
}

.news-detail-body > *:last-child {
  margin-bottom: 0;
}

.news-detail-body p,
.news-detail-body ul,
.news-detail-body ol,
.news-detail-body blockquote {
  margin: 0 0 24px;
}

.news-detail-body h1,
.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4 {
  margin: 42px 0 16px;
  font-family: "Manrope", "PingFang SC", sans-serif;
  line-height: 1.34;
  color: #263532;
}

.news-detail-body h2 {
  font-size: 28px;
}

.news-detail-body h3 {
  font-size: 22px;
}

.news-detail-body ul,
.news-detail-body ol {
  padding-left: 24px;
}

.news-detail-body li {
  margin-bottom: 10px;
}

.news-detail-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 38px auto;
  border-radius: 10px;
}

.news-detail-body figure {
  margin: 40px 0;
}

.news-detail-body figure img {
  margin: 0 auto;
}

.news-detail-body figcaption {
  margin-top: 12px;
  color: #86948f;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.news-detail-body a {
  color: #21695f;
  text-decoration: none;
  border-bottom: 1px solid rgba(33, 105, 95, 0.2);
}

.news-detail-body blockquote {
  padding: 18px 22px;
  background: #f5f8f6;
  border-left: 3px solid rgba(33, 105, 95, 0.26);
  color: #4f605b;
}

.news-detail-footer {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(217, 228, 223, 0.92);
}

.news-detail-return {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #24433d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.news-detail-return::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.news-detail-nav {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.news-detail-nav-item {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(217, 228, 223, 0.92);
  border-radius: 12px;
  background: #fbfcfb;
  color: #243234;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.news-detail-nav-item:hover {
  border-color: rgba(33, 105, 95, 0.24);
  background: #f7faf8;
}

.news-detail-nav-label {
  display: block;
  margin-bottom: 8px;
  color: #85938e;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.news-detail-nav-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.qualification-detail-shell {
  max-width: 980px;
}

.qualification-detail-image-wrap {
  border: 1px solid rgba(217, 228, 223, 0.92);
  border-radius: 18px;
  background: #fbfcfb;
  padding: 20px;
}

.qualification-detail-image {
  display: block;
  width: 100%;
  max-height: 980px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.qualification-detail-empty {
  padding: 52px 28px;
  border: 1px dashed rgba(173, 190, 184, 0.9);
  border-radius: 18px;
  background: #fbfcfb;
  text-align: center;
}

.qualification-detail-empty h2 {
  margin: 0 0 12px;
  color: #243234;
  font-size: 24px;
}

.qualification-detail-empty p {
  margin: 0;
  color: #66756f;
  line-height: 1.8;
}

.cap-shell {
  background: #f8f9fb;
}

.cap-hero {
  position: relative;
  min-height: 460px;
  padding-top: 80px;
  overflow: hidden;
}

.cap-hero-media,
.cap-hero-image,
.cap-hero-overlay {
  position: absolute;
  inset: 0;
}

.cap-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoomIn 1.1s cubic-bezier(0.2, 0, 0, 1) both;
}

.cap-hero-overlay {
  background:
    linear-gradient(to right, rgba(7, 23, 19, 0.66) 0%, rgba(7, 23, 19, 0.3) 44%, rgba(7, 23, 19, 0.06) 70%, rgba(7, 23, 19, 0.1) 100%),
    linear-gradient(to top, rgba(11, 22, 21, 0.16) 0%, rgba(11, 22, 21, 0) 38%);
  animation: heroOverlayIn 1.2s ease-out both;
}

.party-hero-overlay {
  background:
    linear-gradient(to right, rgba(131, 22, 22, 0.58) 0%, rgba(62, 18, 18, 0.36) 48%, rgba(17, 13, 13, 0.1) 76%),
    linear-gradient(to top, rgba(34, 14, 14, 0.16) 0%, rgba(34, 14, 14, 0) 34%);
}

.party-hero .cap-hero-copy,
.party-hero .cap-kicker,
.party-hero .cap-hero-copy h1,
.party-hero .cap-hero-copy p {
  text-align: left;
}

.disclose-hero-overlay {
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.8) 0%, rgba(248, 249, 251, 0.9) 100%);
}

.cap-hero-content-wrap {
  position: relative;
  z-index: 1;
  min-height: calc(460px - 80px);
  display: flex;
  align-items: center;
}

.cap-hero-copy {
  max-width: 640px;
  color: #ffffff;
  animation: fadeUpIn 0.9s cubic-bezier(0.2, 0, 0, 1) 0.15s both;
}

.cap-hero-copy-dark,
.cap-hero-copy-dark h1 {
  color: #243234;
}

.cap-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.cap-kicker-dark {
  color: #5f7473;
}

.cap-hero-copy h1 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 56px;
  font-size: clamp(46px, 6vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.cap-hero-copy-dark h1 {
  text-shadow: none;
}

.cap-hero-copy p {
  margin: 20px 0 0;
  max-width: 560px;
  padding-left: 20px;
  border-left: 3px solid rgba(255, 255, 255, 0.24);
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.cap-hero-copy-dark p {
  border-left-color: rgba(33, 105, 95, 0.2);
  color: #586a6e;
}

.cap-section {
  padding: 76px 0;
}

.cap-surface {
  background: #f0f4f7;
}

.cap-section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #6f8280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

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

.cap-section-head h2,
.bus-overview-copy h2,
.party-intro-copy h2,
.talent-philosophy-copy h2,
.disclose-statement h2 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: #243234;
}

.cap-section-head p,
.bus-overview-copy p,
.party-intro-copy p,
.talent-philosophy-copy p,
.disclose-statement p,
.cap-cta p {
  color: #566166;
  line-height: 1.9;
}

.bus-overview-grid,
.party-intro-grid,
.talent-philosophy-grid,
.cap-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.bus-overview-media img,
.party-intro-media img,
.talent-philosophy-media img {
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 24px 48px -28px rgba(42, 52, 57, 0.24);
}

.bus-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bus-metric-row article,
.party-value-grid article,
.talent-path-grid article,
.disclose-principles article {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
}

.bus-metric-row strong,
.talent-badge strong {
  display: block;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #21695f;
}

.bus-metric-row span,
.talent-badge span {
  display: block;
  margin-top: 8px;
  color: #607270;
  font-size: 14px;
}

.bus-card-grid,
.party-card-grid,
.talent-system-grid,
.talent-job-grid,
.disclose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bus-card,
.party-card,
.talent-system-grid article,
.talent-job-card,
.disclose-grid article {
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.bus-card:hover,
.party-card:hover,
.talent-system-grid article:hover,
.disclose-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 105, 95, 0.14);
  box-shadow: 0 24px 44px -34px rgba(42, 52, 57, 0.28);
}

.bus-card-media,
.party-card-media {
  overflow: hidden;
}

.bus-card-media img,
.party-card-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 280ms ease;
}

.bus-card:hover .bus-card-media img,
.party-card:hover .party-card-media img {
  transform: scale(1.04);
}

.bus-card-body,
.party-card,
.talent-system-grid article,
.talent-job-card,
.disclose-grid article {
  padding: 28px;
}

.bus-card-body span,
.talent-job-meta span {
  display: inline-flex;
  color: #7b8b8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.bus-card h3,
.party-card h3,
.talent-system-grid h3,
.talent-job-card h3,
.disclose-grid h3,
.bus-flow-grid h3,
.party-value-grid strong,
.talent-path-grid h3,
.disclose-principles strong {
  margin: 12px 0 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 26px;
  line-height: 1.24;
  color: #243234;
}

.bus-card p,
.party-card p,
.talent-system-grid p,
.talent-job-card p,
.disclose-grid p,
.bus-flow-grid p,
.party-value-grid p,
.talent-path-grid p,
.disclose-principles p {
  margin: 14px 0 0;
  color: #586a6e;
  line-height: 1.85;
}

.bus-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bus-flow-grid article {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
}

.bus-flow-grid strong,
.talent-path-grid strong {
  color: #21695f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.party-intro-copy blockquote,
.talent-philosophy-copy blockquote {
  margin: 24px 0;
  padding: 24px 0 24px 22px;
  border-left: 4px solid #21695f;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.4;
  color: #243234;
}

.party-value-grid,
.disclose-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.talent-philosophy-media {
  position: relative;
}

.talent-badge {
  position: absolute;
  left: -18px;
  bottom: -18px;
  padding: 24px 28px;
  background: #21695f;
  box-shadow: 0 28px 50px -28px rgba(12, 48, 43, 0.72);
}

.talent-badge strong,
.talent-badge span {
  color: #ffffff;
}

.talent-system-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.talent-system-grid .is-accent {
  background: #21695f;
}

.talent-system-grid .is-accent h3,
.talent-system-grid .is-accent p {
  color: #ffffff;
}

.talent-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.talent-job-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.talent-jobs-section {
  padding-top: 44px;
}

.talent-job-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.talent-job-card--accordion {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
  box-shadow: 0 16px 30px -28px rgba(42, 52, 57, 0.18);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.talent-job-card--accordion:hover {
  transform: none;
  border-color: rgba(27, 58, 53, 0.12);
  box-shadow: 0 18px 34px -28px rgba(42, 52, 57, 0.2);
}

.talent-job-card--accordion.is-open {
  border-color: rgba(33, 105, 95, 0.18);
  box-shadow: 0 18px 38px -30px rgba(42, 52, 57, 0.2);
}

.talent-job-summary {
  display: block;
  padding: 22px 24px 20px;
}

.talent-job-summary-main {
  min-width: 0;
}

.talent-job-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 0;
}

.talent-job-head h3 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #243234;
}

.talent-job-head strong {
  color: #21695f;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.2;
}

.talent-job-info-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 12px;
}

.talent-job-info-line span {
  color: #73827d;
  font-size: 13px;
  line-height: 1.7;
}

.talent-job-info-line span + span {
  position: relative;
}

.talent-job-info-line span + span::before {
  content: "·";
  margin-right: 12px;
  color: #b2bcc1;
}

.talent-job-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.talent-job-benefit-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f7f5;
  border: 1px solid rgba(33, 105, 95, 0.08);
  color: #5a6a65;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.talent-job-summary-text {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(33, 105, 95, 0.34);
  background: linear-gradient(90deg, rgba(244, 248, 246, 0.94), rgba(244, 248, 246, 0.52));
}

.talent-job-summary-text p {
  margin: 0;
  color: #4a5d60;
  font-size: 14px;
  line-height: 1.9;
}

.talent-job-summary-foot {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.talent-job-toggle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  min-width: 112px;
  height: 38px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(169, 180, 185, 0.34);
  border-radius: 10px;
  background: #ffffff;
  color: #4f6266;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.talent-job-toggle-button > span {
  display: inline-flex;
  align-items: center;
}

.talent-job-toggle-button:hover {
  border-color: rgba(33, 105, 95, 0.24);
  background: #f7faf9;
  color: #21695f;
}

.talent-job-toggle-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 180ms ease;
}

.talent-job-toggle-icon::before {
  content: "";
  position: absolute;
  inset: 1px 0 0 1px;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  color: #4f6266;
  transform: rotate(45deg);
  transform-origin: center;
}

.talent-job-card--accordion.is-open .talent-job-toggle-icon {
  transform: translateY(-50%) rotate(180deg);
}

.talent-job-details {
  border-top: 1px solid rgba(169, 180, 185, 0.18);
  background: linear-gradient(180deg, rgba(248, 250, 251, 0.94), #ffffff);
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 220ms ease, opacity 180ms ease, padding-top 220ms ease, padding-bottom 220ms ease;
}

.talent-job-card--accordion.is-open .talent-job-details {
  max-height: 980px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 22px;
}

.talent-job-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.talent-job-detail-block {
  margin-top: 0;
  padding: 20px 22px;
  background: #fbfcfb;
  border: 1px solid rgba(27, 58, 53, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 24px -26px rgba(42, 52, 57, 0.24);
}

.talent-job-detail-block h4 {
  margin: 0 0 14px;
  color: #243234;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.talent-job-detail-block p {
  margin: 0;
  color: #586a6e;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-line;
}

.talent-job-detail-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #586a6e;
}

.talent-job-detail-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.95;
}

.talent-job-detail-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: rgba(33, 105, 95, 0.78);
}

.talent-job-detail-list li + li {
  margin-top: 12px;
}

.disclose-statement {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 44px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
  box-shadow: 0 18px 36px -28px rgba(42, 52, 57, 0.16);
}

.disclose-table {
  background: #ffffff;
  border: 1px solid rgba(27, 58, 53, 0.08);
}

.disclose-table-head,
.disclose-row {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 180px 150px;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
}

.disclose-table-head {
  background: #f0f4f7;
  color: #738388;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.disclose-row {
  border-top: 1px solid rgba(118, 131, 137, 0.14);
  color: #243234;
  text-decoration: none;
  transition: background-color 220ms ease;
}

.disclose-row:hover {
  background: rgba(33, 105, 95, 0.04);
}

.disclose-row span:last-child,
.disclose-table-head span:last-child {
  text-align: right;
}

.disclose-empty {
  padding: 48px 24px;
  text-align: center;
}

.disclose-empty h3 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: 28px;
  color: #243234;
}

.disclose-empty p {
  margin: 12px 0 0;
  color: #607270;
}

.cap-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #21695f 0%, #114e46 100%);
}

.cap-cta-grid {
  align-items: center;
}

.cap-cta h2 {
  margin: 0;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
  color: #ffffff;
}

.cap-cta p,
.cap-cta .cap-section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.2, 0, 0, 1), transform 0.7s cubic-bezier(0.2, 0, 0, 1);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-0 { transition-delay: 0ms; }
.delay-1 { transition-delay: 80ms; }
.delay-2 { transition-delay: 160ms; }
.delay-3 { transition-delay: 240ms; }
.delay-4 { transition-delay: 320ms; }
.delay-5 { transition-delay: 400ms; }

@keyframes heroZoomIn {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes heroOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeUpIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .bus-overview-grid,
  .party-intro-grid,
  .talent-philosophy-grid,
  .cap-cta-grid,
  .news-featured {
    grid-template-columns: 1fr;
  }

  .bus-card-grid,
  .party-card-grid,
  .talent-job-grid,
  .disclose-grid,
  .party-value-grid,
  .disclose-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bus-flow-grid,
  .talent-system-grid,
  .talent-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talent-job-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .disclose-table-head,
  .disclose-row {
    grid-template-columns: minmax(0, 1.5fr) 140px 120px;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-featured-media {
    min-height: 360px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-item-media img {
    min-height: 0;
  }

  .news-detail-hero {
    padding: 56px 0 44px;
  }

  .news-detail-header {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .home-nav {
    display: none;
  }

  .home-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-topbar.is-menu-open .home-mobile-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home-topbar.is-menu-open .home-mobile-nav-backdrop {
    opacity: 1;
  }

  .home-topbar.is-menu-open .home-mobile-drawer {
    transform: translateX(0);
  }

  .home-hero-media {
    height: 500px;
  }

  .home-about-grid,
  .home-contact-grid,
  .home-news-grid,
  .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-footer-meta {
    text-align: left;
  }

  .about-anchor-bar {
    top: 86px;
  }

  .news-hero {
    min-height: 420px;
    padding-top: 80px;
  }

  .cap-hero {
    min-height: 420px;
    padding-top: 80px;
  }

  .news-hero-content-wrap {
    min-height: calc(420px - 80px);
  }

  .cap-hero-content-wrap {
    min-height: calc(420px - 80px);
  }

  .news-hero-copy h1 {
    font-size: 42px;
  }

  .cap-hero-copy h1 {
    font-size: 42px;
  }

  .news-hero-copy p {
    padding-left: 16px;
    font-size: 16px;
  }

  .cap-hero-copy p {
    padding-left: 16px;
    font-size: 16px;
  }

  .about-intro-grid,
  .about-culture-grid,
  .about-message-grid {
    grid-template-columns: 1fr;
  }

  .about-honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .home-frame {
    width: min(100%, calc(100% - 32px));
  }

  .home-topbar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .home-topbar-inner {
    min-height: 60px;
    gap: 14px;
  }

  .home-brand {
    gap: 12px;
    min-width: 0;
  }

  .home-brand-logo {
    width: 34px;
  }

  .home-brand-title {
    display: none;
  }

  .home-brand-title-mobile {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1a5649;
    line-height: 1.2;
    white-space: nowrap;
  }

  .home-brand-subtitle {
    display: none;
  }

  .home-nav-toggle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border-color: rgba(26, 86, 73, 0.14);
    box-shadow: none;
  }

  .home-nav-toggle span {
    left: 10px;
    width: 20px;
  }

  .home-nav-toggle span:nth-child(1) {
    top: 14px;
  }

  .home-nav-toggle span:nth-child(2) {
    top: 20px;
  }

  .home-nav-toggle span:nth-child(3) {
    top: 26px;
  }

  .home-topbar.is-menu-open .home-nav-toggle span:nth-child(1),
  .home-topbar.is-menu-open .home-nav-toggle span:nth-child(3) {
    top: 20px;
  }

  .home-mobile-drawer {
    width: min(84vw, 340px);
  }

  .home-mobile-brand-subtitle {
    display: none;
  }

  .home-mobile-nav-inner a {
    min-height: 50px;
    font-size: 16px;
  }

  .home-mobile-nav-meta {
    padding-top: 16px;
  }

  .home-hero-media {
    height: 440px;
  }

  .home-hero-content {
    max-width: 100%;
  }

  .home-hero-content h1 {
    font-size: 42px;
  }

  .home-about-badge {
    right: 16px;
    bottom: 16px;
    padding: 24px;
    max-width: 180px;
  }

  .home-about-badge strong {
    font-size: 40px;
  }

  .home-stats {
    gap: 20px;
  }

  .home-news-card-body {
    padding: 24px;
  }

  .home-contact-map {
    height: 220px;
    min-height: 220px;
  }

  .home-contact-list {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 440px;
    padding-top: 72px;
  }

  .about-hero-content-wrap {
    min-height: calc(440px - 72px);
  }

  .about-hero-copy h1 {
    font-size: 42px;
  }

  .about-hero-copy p {
    font-size: 17px;
    padding-left: 16px;
  }

  .about-anchor-bar {
    top: 72px;
  }

  .about-anchor-inner {
    overflow-x: auto;
    gap: 24px;
  }

  .news-hero {
    min-height: 400px;
    padding-top: 72px;
  }

  .cap-hero {
    min-height: 400px;
    padding-top: 72px;
  }

  .news-hero-content-wrap {
    min-height: calc(400px - 72px);
  }

  .cap-hero-content-wrap {
    min-height: calc(400px - 72px);
  }

  .news-hero-copy h1 {
    font-size: 40px;
  }

  .cap-hero-copy h1 {
    font-size: 40px;
  }

  .news-hero-copy p {
    font-size: 15px;
  }

  .cap-hero-copy p {
    font-size: 15px;
  }

  .about-section {
    padding: 64px 0;
  }

  .cap-section {
    padding: 56px 0;
  }

  .news-section {
    padding: 52px 0 68px;
  }

  .cap-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .bus-card-grid,
  .party-card-grid,
  .talent-job-grid,
  .disclose-grid,
  .bus-flow-grid,
  .talent-system-grid,
  .talent-path-grid,
  .party-value-grid,
  .disclose-principles,
  .bus-metric-row {
    grid-template-columns: 1fr;
  }

  .disclose-table-head {
    display: none;
  }

  .disclose-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .disclose-row span:last-child {
    text-align: left;
  }

  .talent-job-summary {
    padding: 18px;
  }

  .talent-job-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .talent-job-summary-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .talent-job-toggle-button {
    align-self: flex-start;
  }

  .talent-job-detail-grid {
    grid-template-columns: 1fr;
  }

  .talent-job-details {
    padding-left: 18px;
    padding-right: 18px;
  }

  .talent-badge {
    position: static;
    margin-top: 16px;
  }

  .disclose-statement {
    padding: 30px 22px;
  }

  .news-featured {
    margin-bottom: 44px;
  }

  .news-featured-copy {
    padding: 32px 24px;
  }

  .news-featured-copy h2 {
    font-size: 28px;
  }

  .news-item {
    gap: 18px;
    padding: 24px 0;
  }

  .news-item-media img {
    min-height: 0;
  }

  .news-item-copy h3 {
    font-size: 24px;
  }

  .news-empty {
    padding: 56px 24px;
  }

  .news-detail-hero h1,
  .news-detail-header h2 {
    letter-spacing: -0.02em;
  }

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

  .news-detail-body img,
  .news-detail-body figure {
    margin: 28px 0;
  }

  .news-detail-footer {
    margin-top: 44px;
  }

  .about-metrics-panel,
  .about-culture-list {
    grid-template-columns: 1fr;
  }

  .about-honor-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-honor-link {
    padding: 10px;
  }

  .about-culture-media img {
    min-height: auto;
  }

  .about-message-main blockquote {
    font-size: 24px;
  }
}
