:root {
  --ink: #20221d;
  --muted: #667064;
  --line: #e4ded2;
  --paper: #fbfaf6;
  --panel: #fff;
  --accent: #8f1f14;
  --gold: #b58a45;
  --green: #1f4d3a;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.topbar { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; }
.seal { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #111; flex: 0 0 52px; }
.seal img { width: 100%; height: 100%; object-fit: cover; }
.brand strong { display: block; font-size: 22px; letter-spacing: 1px; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.nav { display: flex; align-items: center; gap: 18px; color: #344236; font-size: 14px; }
.nav a { padding: 8px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav a:hover, .nav a.active { color: var(--accent); border-color: var(--accent); }
.wide-main { min-height: 70vh; }
.page-main { width: min(980px, calc(100% - 40px)); min-height: 70vh; margin: 0 auto; padding: 48px 0 82px; }
.home-hero { min-height: 620px; position: relative; overflow: hidden; background: #1c241e; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,31,25,.92), rgba(22,31,25,.58) 48%, rgba(22,31,25,.08)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: absolute; z-index: 1; left: 50%; bottom: 104px; transform: translateX(-50%); width: min(1180px, calc(100% - 40px)); margin: 0; color: #fff; padding: 0; }
.hero-content p, .section-head span, .contact-panel span, .page-hero p, .article-head p { color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 700; }
.hero-content h1 { max-width: 800px; margin: 18px 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.08; letter-spacing: 0; }
.hero-content > span { display: block; max-width: 650px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.9; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.hero-actions a, .notice-band a, .contact-panel a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 4px; font-weight: 700; background: var(--accent); color: #fff; }
.hero-actions a + a { background: transparent; border: 1px solid rgba(255,255,255,.45); }
.notice-band { width: min(1180px, calc(100% - 40px)); margin: -38px auto 0; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(51,41,24,.12); }
.notice-band strong { color: var(--accent); margin-right: 16px; }
.notice-band span { color: var(--muted); }
.notice-band a, .contact-panel a { background: var(--green); }
.home-section { width: min(1180px, calc(100% - 40px)); margin: 88px auto 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head h2, .contact-panel h2, .page-hero h1 { margin: 6px 0 0; font-size: 34px; letter-spacing: 0; }
.section-head a { color: var(--accent); font-weight: 700; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 28px; }
.feature-news, .news-list, .pillar-grid a, .contact-panel, .article-card, .list-card { background: var(--panel); border: 1px solid var(--line); }
.feature-news img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.feature-news div { padding: 26px; }
.feature-news h3 { margin: 0 0 10px; font-size: 26px; }
.feature-news p { margin: 0 0 18px; color: var(--muted); line-height: 1.8; }
.feature-news a { color: var(--accent); font-weight: 700; }
.news-list { display: grid; align-content: start; }
.news-list a { display: grid; grid-template-columns: 104px 1fr; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--line); line-height: 1.6; }
.news-list a:last-child { border-bottom: 0; }
.news-list span, .list-item span { color: var(--gold); font-weight: 700; font-size: 13px; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pillar-grid a { min-height: 190px; padding: 28px; }
.pillar-grid strong { display: block; color: var(--green); font-size: 22px; }
.pillar-grid p { margin: 16px 0 0; color: var(--muted); line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.gallery-grid img { width: 100%; height: 320px; object-fit: cover; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 38px; margin-bottom: 88px; }
.contact-panel p { margin: 8px 0 0; color: var(--muted); }
.page-hero { padding: 54px 0 34px; }
.page-hero.small span { color: var(--muted); }
.list-card { display: grid; margin-bottom: 70px; }
.list-item { display: grid; grid-template-columns: 116px 1fr auto; gap: 18px; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.list-item:last-child { border-bottom: 0; }
.list-item strong { font-size: 18px; }
.list-item em { color: var(--accent); font-style: normal; font-weight: 700; }
.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: -42px 0 70px; }
.pagination a, .pagination span { min-width: 40px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); background: #fff; color: var(--green); font-weight: 700; }
.pagination a:hover, .pagination a.active { border-color: var(--accent); background: var(--accent); color: #fff; }
.pagination span { color: var(--muted); background: transparent; }
.empty { padding: 28px; color: var(--muted); }
.article-wrap { padding: 22px 0 78px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--green); }
.breadcrumb em { font-style: normal; }
.article-card { padding: clamp(24px, 5vw, 58px); }
.article-head { padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.article-head h1 { margin: 10px 0 16px; font-size: clamp(30px, 4vw, 46px); line-height: 1.22; letter-spacing: 0; }
.meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 14px; }
.article-content { color: #2e332d; font-size: 17px; line-height: 2; overflow-wrap: break-word; }
.article-content p { margin: 0 0 18px; }
.article-content img { max-width: 100% !important; height: auto !important; margin: 18px auto; }
.article-content table { max-width: 100% !important; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-content iframe, .article-content video { max-width: 100% !important; }
.about-card { margin-bottom: 78px; }
.about-section { padding: 0 0 36px; margin: 0 0 36px; border-bottom: 1px solid var(--line); }
.about-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.about-section h2 { margin: 0 0 18px; color: var(--green); font-size: 28px; letter-spacing: 0; }
.about-section .article-content { font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 78px; }
.service-card { min-height: 220px; display: grid; align-content: start; gap: 14px; padding: 26px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--accent); }
.service-card span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 700; }
.service-card strong { color: var(--ink); font-size: 25px; letter-spacing: 0; }
.service-card p { min-height: 58px; margin: 0; color: var(--muted); line-height: 1.75; }
.service-card em { color: var(--accent); font-style: normal; font-weight: 700; }
.member-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: 78px; }
.member-card { min-height: 300px; display: grid; grid-template-rows: 1fr auto auto; gap: 12px; padding: 16px; background: #fff; border: 1px solid var(--line); }
.member-photo { aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: #f4efe6; border: 1px solid var(--line); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; }
.member-photo em { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 38px; font-style: normal; font-weight: 700; }
.member-card strong { color: var(--green); font-size: 20px; letter-spacing: 0; }
.member-card small { color: var(--accent); font-size: 14px; font-weight: 700; }
.footer { padding: 58px 20px 46px; background: radial-gradient(circle at 50% 0%, rgba(198,138,45,.22), transparent 42%), linear-gradient(135deg, #173727, #172b36 58%, #1f241d); color: rgba(255,255,255,.78); text-align: center; }
.footer-inner { max-width: 980px; margin: 0 auto; display: grid; justify-items: center; gap: 12px; }
.footer-inner::before { content: ""; width: min(460px, 70vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(220,166,70,.88), transparent); margin-bottom: 2px; }
.footer-kicker { margin: 0; color: #e4b15d; font-size: 30px; font-weight: 700; letter-spacing: 0; }
.footer strong { display: block; color: #fff7df; font-size: clamp(26px, 4vw, 42px); line-height: 1.18; letter-spacing: 0; text-shadow: 0 12px 28px rgba(0,0,0,.26); }
.footer-meta, .footer-copy, .footer-link { margin: 0; font-size: 15px; }
.footer-meta { margin-top: 10px; color: rgba(255,255,255,.82); }
.footer-copy { color: rgba(255,255,255,.62); }
.footer-link a { color: #e4b15d; font-weight: 700; }
.footer-link a:hover { color: #fff7df; }
@media (max-width: 920px) {
  .site-header { position: sticky; }
  .topbar { width: min(100% - 28px, 1180px); min-height: auto; flex-direction: column; align-items: stretch; gap: 12px; padding: 12px 0 10px; }
  .brand { min-width: 0; }
  .nav { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; gap: 18px; padding: 0 0 6px; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { flex: 0 0 auto; padding: 6px 0; }
  .home-hero { min-height: 560px; }
  .news-grid, .pillar-grid, .gallery-grid { grid-template-columns: 1fr; }
  .member-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notice-band, .contact-panel { flex-direction: column; align-items: flex-start; }
  .gallery-grid img { height: auto; aspect-ratio: 16 / 10; }
}
@media (max-width: 560px) {
  .topbar, .hero-content, .notice-band, .home-section, .page-main { width: calc(100% - 24px); }
  .seal { width: 44px; height: 44px; flex-basis: 44px; }
  .brand { gap: 10px; }
  .brand strong { font-size: 20px; line-height: 1.15; }
  .brand small { font-size: 11px; }
  .nav { font-size: 14px; gap: 16px; }
  .wide-main, .page-main { min-height: auto; }
  .page-main { padding: 28px 0 58px; }
  .home-hero { min-height: 470px; }
  .hero-media::after { background: linear-gradient(180deg, rgba(18,27,22,.28), rgba(18,27,22,.62) 46%, rgba(18,27,22,.9)); }
  .hero-media img { object-position: 58% center; }
  .hero-content { bottom: 42px; }
  .hero-content p { font-size: 11px; letter-spacing: 1px; }
  .hero-content h1 { font-size: 34px; }
  .hero-content > span { max-width: 100%; font-size: 15px; line-height: 1.75; }
  .hero-actions { gap: 10px; margin-top: 18px; }
  .hero-actions a, .notice-band a, .contact-panel a { min-height: 42px; padding: 0 16px; font-size: 14px; }
  .notice-band { margin-top: -24px; gap: 12px; padding: 18px; box-shadow: 0 12px 28px rgba(51,41,24,.1); }
  .notice-band strong { margin-right: 0; }
  .notice-band span { line-height: 1.7; }
  .notice-band a, .contact-panel a { width: 100%; }
  .home-section { margin-top: 52px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2, .contact-panel h2, .page-hero h1 { font-size: 28px; line-height: 1.25; }
  .feature-news div, .article-card, .contact-panel { padding: 20px; }
  .feature-news h3 { font-size: 22px; line-height: 1.35; }
  .news-list a, .list-item { grid-template-columns: 1fr; }
  .list-item { gap: 8px; padding: 18px; }
  .list-item em { font-size: 14px; }
  .pagination { margin: -26px 0 54px; }
  .pagination a, .pagination span { min-width: 36px; min-height: 36px; padding: 0 10px; }
  .page-hero { padding: 34px 0 24px; }
  .article-wrap { padding: 10px 0 56px; }
  .article-head { margin-bottom: 20px; padding-bottom: 18px; }
  .article-head h1 { font-size: 28px; }
  .article-content { font-size: 16px; line-height: 1.9; }
  .article-content p { margin-bottom: 16px; }
  .about-card, .service-grid, .member-grid { margin-bottom: 56px; }
  .about-section { padding-bottom: 28px; margin-bottom: 28px; }
  .about-section h2 { font-size: 24px; }
  .member-grid, .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 20px; gap: 12px; }
  .service-card strong { font-size: 22px; }
  .service-card p { min-height: 0; }
  .member-card { min-height: auto; }
  .contact-panel { margin-bottom: 58px; }
  .footer { padding: 44px 16px 38px; }
  .footer-inner { gap: 10px; }
  .footer-kicker { font-size: 24px; line-height: 1.25; }
  .footer strong { font-size: clamp(24px, 8vw, 34px); }
  .footer-meta, .footer-copy, .footer-link { font-size: 14px; }
}
@media (max-width: 380px) {
  .brand strong { font-size: 18px; }
  .brand small { display: none; }
  .home-hero { min-height: 430px; }
  .hero-content > span { font-size: 14px; }
  .hero-actions a { flex: 1 1 120px; }
}
