/* 宝酝顺朋酒庄 — 东方美学 · 模块视图切换 */

:root {
  --paper: #fdfcf8;
  --ink: #1a1a1a;
  --gold: #b8975d;
  --brown: #4a3427;
  --seal: #a62121;
  --muted: #666;
  --border: rgba(184, 151, 93, 0.25);
  --footer-bg: #f8f5f0;
  --footer-border: rgba(184, 151, 93, 0.22);
  --header-h: 76px;
  --font-serif: "Noto Serif SC", "Songti SC", serif;
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100' height='100' fill='%23FDFCF8'/%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

/* 朱红方印（顶栏 / 页脚共用） */
.seal-mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: var(--seal);
  color: #fff;
  box-shadow:
    0 2px 6px rgba(166, 33, 33, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-seal.seal-mark {
  width: 44px;
  height: 44px;
}

.footer-seal.seal-mark {
  width: 48px;
  height: 48px;
}

.seal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  font-family: var(--font-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.seal-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  height: var(--header-h);
  transition: background 0.4s, box-shadow 0.4s;
  background: transparent;
  pointer-events: none;
}

.site-header:not(.is-scrolled) .brand-name,
.site-header:not(.is-scrolled) .brand-tagline,
.site-header:not(.is-scrolled) .site-nav .nav-link,
.site-header:not(.is-scrolled) .nav-toggle {
  color: #fff;
}

.site-header:not(.is-scrolled) .brand-tagline {
  color: rgba(255, 255, 255, 0.78);
}

.site-header:not(.is-scrolled) .site-nav .nav-link {
  border-bottom-color: transparent;
}

.site-header:not(.is-scrolled) .site-nav .nav-link.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.site-header:not(.is-scrolled) .nav-toggle {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.site-header.is-scrolled {
  background: rgba(253, 252, 248, 0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--footer-border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
  pointer-events: auto;
}

.site-header.is-scrolled .header-inner {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--ink);
  line-height: 1.3;
}

.site-header:not(.is-scrolled) .brand-name {
  color: #fff;
}

.brand-tagline {
  font-size: 0.6875rem;
  color: var(--muted);
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px 28px;
}

.site-nav .nav-link {
  appearance: none;
  -webkit-appearance: none;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--brown);
  padding: 6px 0;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
  font-family: var(--font-sans);
  white-space: nowrap;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: transparent;
  padding: 8px 12px;
  font-size: 0.875rem;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-appearance: none;
  appearance: none;
}

.site-header.is-scrolled .nav-toggle {
  color: var(--ink);
  border-color: var(--border);
}

/* 模块视图：同一时间只显示一个 */
.view {
  display: none;
  min-height: 100vh;
  padding-top: var(--header-h);
}

.view.is-active {
  display: block;
}

.view-hero-only,
.view-home-scroll,
.view-about-scroll {
  padding-top: 0;
  min-height: auto;
}

.view-home-scroll.is-active,
.view-about-scroll.is-active {
  display: block;
}

/* 模块内子导航（关于我们：企业文化 / 董事长致辞 / 荣誉资质 / 公司简介） */
.module-subnav,
.home-subnav {
  position: sticky;
  top: var(--header-h);
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: rgba(12, 10, 8, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.module-subnav a,
.home-subnav a {
  position: relative;
  flex: 1;
  max-width: 220px;
  padding: 16px 20px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  color: #fff;
  transition: background 0.25s;
}

.module-subnav a:not(:last-child)::after,
.home-subnav a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.35);
}

.module-subnav a.is-active,
.module-subnav a:hover,
.home-subnav a.is-active,
.home-subnav a:hover {
  background: var(--seal);
}

/* 关于我们 — 滚屏正文 */
.about-scroll-body {
  background: var(--paper);
}

/* 各块标题距上方分割线（子导航底或上一节分隔线）统一 */
.about-scroll-body > .about-section {
  --about-title-gap: 56px;
  padding: var(--about-title-gap) 0 72px;
  scroll-margin-top: var(--header-h);
}

.about-scroll-body > .about-section + .about-section {
  border-top: 1px solid var(--border);
}

.about-scroll-body > .about-section:first-child {
  border-top: none;
  /* 顶栏占位 + 与下方区块相同的标题上间距 */
  padding-top: calc(var(--header-h) + var(--about-title-gap));
}

.about-section-alt {
  background: rgba(255, 255, 255, 0.55);
}

.text-block {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--border);
}

.text-block p {
  color: var(--muted);
  line-height: 2;
  margin: 0 0 1em;
  text-align: justify;
}

.text-block p:last-child {
  margin-bottom: 0;
}

/* 首页内容区块 */
.home-scroll-body {
  background: var(--paper);
}

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

.home-block-alt {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head,
.home-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-head h2,
.home-section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  letter-spacing: 0.2em;
  margin: 0 0 8px;
  color: var(--brown);
}

.section-en,
.home-section-en {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin: 0;
}

.home-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.home-lead {
  color: var(--muted);
  line-height: 2;
  text-align: justify;
  margin: 0 0 1.25em;
  font-size: 1.0625rem;
}

.home-lead-center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.home-tagline-extra {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  color: var(--brown);
  margin: 0 0 28px;
}

.home-intro-image {
  border: 1px solid var(--border);
  padding: 12px;
  background: #fff;
}

.home-intro-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.home-stats {
  margin-top: 8px;
}

.home-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.home-news-list {
  max-width: 960px;
  margin: 0 auto;
}

.home-news-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.home-news-featured-img {
  border: 1px solid var(--border);
  padding: 8px;
  background: #fff;
}

.home-news-featured-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.home-news-featured-body time {
  display: block;
  font-size: 0.8125rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.home-news-featured-body h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  color: var(--brown);
  line-height: 1.6;
}

.home-news-featured-body p {
  color: var(--muted);
  line-height: 1.9;
  margin: 0 0 16px;
  text-align: justify;
}

.news-more-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: var(--seal);
  border: 1px solid rgba(166, 33, 33, 0.35);
  padding: 8px 18px;
  transition: all 0.25s;
}

.news-more-link:hover {
  color: #fff;
  background: var(--seal);
  border-color: var(--seal);
}

.home-news-item-body .news-more-link {
  margin-top: 12px;
}

.home-news-item {
  display: grid;
  grid-template-columns: 88px 132px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.home-news-item:not(:has(.home-news-item-thumb)) {
  grid-template-columns: 88px minmax(0, 1fr);
}

.home-news-item-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid var(--border);
  display: block;
}

.home-news-item:last-child {
  border-bottom: none;
}

.home-news-datebox {
  text-align: center;
  padding: 12px 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
}

.home-news-datebox strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: var(--seal);
  letter-spacing: 0.05em;
}

.home-news-datebox span {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
}

.home-news-item-body h3 {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  color: var(--brown);
  line-height: 1.5;
}

.home-news-item-body p {
  color: var(--muted);
  line-height: 1.85;
  margin: 0;
  text-align: justify;
}

.btn-more {
  padding: 12px 36px;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  color: var(--brown);
  background: transparent;
  border: 1px solid var(--gold);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.btn-more:hover {
  color: #fff;
  background: var(--brown);
  border-color: var(--brown);
}

.home-env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-env-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  transition: transform 0.4s;
}

.home-env-card:hover {
  transform: translateY(-6px);
}

.home-env-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.home-env-card figcaption {
  padding: 14px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--brown);
}

.home-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--brown) 0%, #2a1a12 100%);
  color: #fff;
  text-align: center;
}

.home-cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.2em;
  margin: 0 0 12px;
  font-weight: 500;
}

.home-cta-inner p {
  opacity: 0.85;
  letter-spacing: 0.12em;
  margin: 0 0 32px;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.home-cta .btn-oriental {
  border-color: var(--gold);
}

.home-cta .btn-oriental.is-solid {
  background: var(--seal);
  border-color: var(--seal);
}

.env-grid-home {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* 首页 Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slide.is-active { opacity: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(18, 12, 8, 0.78) 0%, rgba(45, 32, 22, 0.42) 50%, rgba(74, 52, 39, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 24px 80px;
}

.hero-en {
  font-size: 0.75rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
}

.hero-line {
  width: 64px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 20px;
}

.hero-sub {
  font-size: 1.0625rem;
  letter-spacing: 0.25em;
  opacity: 0.9;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.btn-oriental {
  padding: 12px 32px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  border: 1px solid var(--gold);
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s;
  font-family: inherit;
}

.btn-oriental:hover,
.btn-oriental.is-solid {
  background: var(--brown);
  border-color: var(--brown);
}

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

.hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hero-dots button.is-active {
  background: var(--gold);
  border-color: var(--gold);
}

/* 模块页通用 */
.view-page {
  padding: 48px 0 80px;
}

.view-head {
  text-align: center;
  margin-bottom: 40px;
}

.view-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: 0.25em;
  margin: 0 0 8px;
  font-weight: 500;
}

.view-head p {
  color: var(--gold);
  font-size: 0.8125rem;
  letter-spacing: 0.3em;
  margin: 0;
}

.deco-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 24px auto 0;
  max-width: 200px;
  opacity: 0.5;
}

/* 模块内子 Tab */
.tab-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 10px 22px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.tab-btn.is-active,
.tab-btn:hover {
  color: #fff;
  background: var(--brown);
  border-color: var(--brown);
}

.tab-panel { display: none; }
.tab-panel.is-active { display: block; }

/* 关于 — 公司简介（双栏 + 轮播） */
.about-profile-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 56px;
  align-items: stretch;
  margin-top: 8px;
}

.about-profile-copy {
  position: relative;
}

.about-profile-heading {
  position: relative;
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--brown);
  line-height: 1.3;
}

.about-profile-watermark {
  position: absolute;
  left: -8px;
  top: -36px;
  font-size: clamp(5rem, 12vw, 7.5rem);
  line-height: 1;
  color: rgba(184, 151, 93, 0.12);
  letter-spacing: 0;
  pointer-events: none;
  user-select: none;
}

.about-profile-heading-text {
  position: relative;
  z-index: 1;
}

.about-profile-text p {
  color: var(--muted);
  line-height: 2;
  text-align: justify;
  margin: 0 0 1.15em;
  font-size: 0.9375rem;
}

.about-profile-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 36px;
  margin: 36px 0 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.about-profile-pillar strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
  color: var(--brown);
  margin-bottom: 6px;
  font-weight: 500;
}

.about-profile-pillar span {
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.about-profile-stats {
  margin-top: 36px;
  padding: 48px 24px;
  background: #fff;
  border: 1px solid rgba(184, 151, 93, 0.38);
  box-shadow: none;
  gap: 0;
  align-items: stretch;
}

.stats-row.about-profile-stats .stat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 28px 20px;
  border-left: none;
  background: transparent;
  text-align: center;
}

.stats-row.about-profile-stats .stat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: min(58%, 96px);
  background: rgba(184, 151, 93, 0.42);
}

.stats-row.about-profile-stats .stat-item strong {
  font-size: 30px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  width: 100%;
  display: block;
  text-align: center;
}

.stats-row.about-profile-stats .stat-num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}

.stats-row.about-profile-stats .stat-item > span:last-child {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--brown);
  letter-spacing: 0.2em;
}

.stats-row.about-profile-stats .stat-unit {
  font-size: 1em;
  margin-left: 0.06em;
  color: var(--gold);
}

.about-profile-visual {
  display: flex;
  align-items: center;
}

.about-gallery {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}

.about-gallery-frame {
  position: relative;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(74, 52, 39, 0.08);
}

.about-gallery-track {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(184, 151, 93, 0.06);
}

.about-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.about-gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.about-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.about-gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(184, 151, 93, 0.35);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.about-gallery-dots button.is-active {
  background: var(--seal);
  transform: scale(1.15);
}

.about-gallery-seal {
  position: absolute;
  right: -10px;
  bottom: 48px;
  width: 56px;
  padding: 10px 8px;
  background: var(--seal);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 0.8125rem;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  box-shadow: 0 6px 18px rgba(166, 33, 33, 0.25);
  z-index: 3;
}

.about-gallery-seal span {
  display: block;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}

.stat-item {
  text-align: center;
  padding: 28px 14px;
  border-left: 1px solid rgba(184, 151, 93, 0.45);
  background: rgba(255,255,255,0.6);
}

.stat-item strong {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 3.8vw, 2.75rem);
  font-weight: 500;
  color: var(--brown);
  display: block;
  margin-bottom: 6px;
}

.stat-num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.05em;
}

.stat-digits {
  display: inline-flex;
  align-items: baseline;
}

.stat-digit-roll {
  display: inline-block;
  height: 1.15em;
  line-height: 1.15;
  overflow: hidden;
  vertical-align: top;
}

.stat-digit-track {
  display: block;
  transform: translateY(0);
}

.stat-digit-char {
  display: block;
  height: 1.15em;
  line-height: 1.15em;
}

.stats-row.is-animating .stat-digit-track {
  transform: translateY(calc(var(--roll-target) * -1.15em));
}

@media (prefers-reduced-motion: no-preference) {
  .stats-row.is-animating:not(.is-done) .stat-digit-track {
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--roll-delay, 0ms);
  }
}

.stat-unit {
  font-family: var(--font-serif);
  font-size: 0.72em;
  margin-left: 0.06em;
}

.stat-item span { font-size: 0.9375rem; color: var(--muted); letter-spacing: 0.08em; }

.honor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.honor-item {
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.9375rem;
}

/* 荣誉资质 — 证书图廊 */
.honor-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  margin-top: 8px;
}

.honor-card {
  text-align: center;
}

.honor-card-frame {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  font: inherit;
  text-align: inherit;
}

.honor-card-frame:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.honor-card-inner {
  position: relative;
  padding: 18px 14px;
  background: linear-gradient(160deg, #fff 0%, #faf7f0 100%);
  border: 1px solid var(--border);
  box-shadow:
    0 4px 20px rgba(74, 52, 39, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.honor-card-inner::before,
.honor-card-inner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--gold);
  border-style: solid;
  opacity: 0.55;
  pointer-events: none;
}

.honor-card-inner::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}

.honor-card-inner::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0;
}

.honor-card:hover .honor-card-inner,
.honor-card-frame:focus-visible .honor-card-inner {
  transform: translateY(-6px);
  box-shadow:
    0 14px 36px rgba(74, 52, 39, 0.12),
    inset 0 0 0 1px rgba(184, 151, 93, 0.2);
}

.honor-card-inner img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.honor-card-title {
  font-family: var(--font-serif);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.65;
  color: var(--brown);
  margin: 18px 0 0;
  padding: 0 4px;
}

.honor-card-line {
  display: block;
  width: 32px;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.honor-lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(26, 18, 12, 0.88);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}

.honor-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

body.honor-lightbox-open {
  overflow: hidden;
}

.honor-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}

.honor-lightbox-close:hover {
  border-color: var(--gold);
  background: rgba(184, 151, 93, 0.15);
}

.honor-lightbox-body {
  max-width: min(92vw, 720px);
  text-align: center;
}

.honor-lightbox-body img {
  max-width: 100%;
  max-height: min(72vh, 640px);
  object-fit: contain;
  background: #fff;
  padding: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.honor-lightbox-caption {
  margin: 20px 0 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

/* 产品 */
.view-products {
  background: var(--paper);
}

.products-page {
  padding-top: 56px;
  padding-bottom: 80px;
}

.products-page-head {
  text-align: center;
  margin-bottom: 40px;
}

.products-page-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
  color: var(--ink);
}

.products-page-en {
  font-size: 0.6875rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin: 0;
  text-transform: uppercase;
}

.product-grid-showcase {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

@media (max-width: 1100px) {
  .product-grid-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .product-grid-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
}

@media (max-width: 480px) {
  .product-grid-showcase {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px 20px;
}

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

@media (max-width: 1100px) {
  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-card {
  text-align: center;
}

.product-img {
  background: #f7f5f2;
  border: none;
  border-radius: 6px;
  padding: 20px 16px;
  margin-bottom: 18px;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-card h3 {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  color: var(--ink);
}

.product-card-clickable {
  cursor: pointer;
}

.product-card-clickable:hover h3 {
  color: var(--seal);
}

.product-card-more {
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--seal);
  border: 1px solid rgba(166, 33, 33, 0.45);
  padding: 7px 16px;
  background: transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.product-card-clickable:hover .product-card-more {
  color: #fff;
  background: var(--seal);
  border-color: var(--seal);
}

/* 产品详情 */
.product-detail-wrap {
  max-width: 960px;
  padding-bottom: 72px;
}

.product-detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.product-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: var(--brown);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.25s;
}

.product-detail-back-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-back-svg {
  width: 14px;
  height: 14px;
  display: block;
}

.product-detail-back:hover {
  border-color: var(--gold);
  color: var(--seal);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 32px;
}

.product-detail-figure {
  margin: 0;
  border: 1px solid var(--border);
  padding: 24px;
  background: linear-gradient(135deg, #f9f7f0, #efede7);
}

.product-detail-figure img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
}

.product-detail-en {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin: 0 0 12px;
}

.product-detail-info h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  color: var(--brown);
}

.product-detail-tagline {
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}

.product-specs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
}

.product-specs dt {
  font-size: 0.8125rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin: 0;
}

.product-specs dd {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--brown);
  font-weight: 500;
}

.product-detail-body {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--border);
}

.product-detail-body p {
  color: var(--muted);
  line-height: 2;
  margin: 0 0 1.25em;
  text-align: justify;
  font-size: 1.0625rem;
}

.product-detail-body p:last-child {
  margin-bottom: 0;
}

.product-detail-pager {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.product-detail-pager-link {
  font-size: 0.875rem;
  color: var(--brown);
  line-height: 1.6;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  transition: all 0.25s;
}

.product-detail-pager-link:hover {
  border-color: var(--gold);
  color: var(--seal);
}

.product-detail-pager-link.is-next {
  text-align: right;
}

/* 工艺 */
.view-craft-page {
  background: var(--paper);
}

.craft-page {
  padding-top: 0;
}

.craft-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 8px;
  padding: 56px 0 40px;
  background:
    radial-gradient(circle at 18% 22%, rgba(184, 151, 93, 0.06), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(166, 33, 33, 0.03), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(249, 247, 240, 0) 100%);
}

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

.craft-deco-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.craft-deco-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 16%,
    transparent 30%,
    transparent 70%,
    #000 84%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 16%,
    transparent 30%,
    transparent 70%,
    #000 84%,
    #000 100%
  );
}

.craft-deco {
  position: absolute;
  opacity: 0.36;
}

.craft-deco-left {
  left: 5%;
  top: 14%;
  width: 72px;
  transform: rotate(-4deg);
}

.craft-deco-right {
  right: 5%;
  top: 12%;
  width: 78px;
  transform: rotate(4deg);
}

.craft-deco-mid-left {
  left: 13%;
  top: 18%;
  width: 86px;
  transform: rotate(-3deg);
  opacity: 0.3;
}

.craft-deco-mid-right {
  right: 13%;
  top: 16%;
  width: 86px;
  transform: rotate(3deg);
  opacity: 0.3;
}

.craft-hero .view-head,
.craft-hero .tab-bar {
  position: relative;
  z-index: 1;
}

.craft-hero .view-head {
  margin-bottom: 28px;
}

.craft-hero .tab-bar {
  margin-bottom: 0;
}

.craft-intro {
  text-align: center;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.9;
  font-size: 0.9375rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.craft-sections {
  max-width: 820px;
  margin: 0 auto;
}

.craft-section {
  margin-bottom: 40px;
}

.craft-section:last-child {
  margin-bottom: 0;
}

.craft-section-title {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--brown);
}

.craft-section p {
  margin: 0 0 1.1em;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
}

.craft-section p:last-child {
  margin-bottom: 0;
}

.craft-figure {
  margin: 0 0 40px;
}

.craft-figure-inline {
  margin: 0 0 20px;
}

.craft-figure img {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(74, 52, 39, 0.06);
}

.culture-item p + p {
  margin-top: 1em;
}

.process-step {
  text-align: center;
  padding: 28px 16px;
  border-top: 2px solid var(--gold);
  background: #fff;
}

.process-step h4 {
  font-family: var(--font-serif);
  margin: 0 0 12px;
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: var(--brown);
}

.process-step small {
  color: var(--gold);
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 12px;
}

.process-step p {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
  text-align: left;
}

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

.detail-item {
  padding: 20px 24px;
  background: #fff;
  border-left: 3px solid var(--gold);
}

.detail-item h4 { margin: 0 0 8px; font-family: var(--font-serif); }
.detail-item p { margin: 0; color: var(--muted); font-size: 0.9375rem; }

.culture-item {
  padding: 28px 28px 32px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(74, 52, 39, 0.06);
}

.culture-item-head {
  margin-bottom: 16px;
}

.culture-item-title {
  font-family: var(--font-serif);
  color: var(--brown);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.culture-item-subtitle {
  margin: 8px 0 0;
  font-size: 0.9375rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.culture-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.culture-item-lead {
  margin-bottom: 20px;
  font-size: 0.9375rem;
}

.culture-item-figure {
  margin: 0;
}

.culture-item-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 52, 39, 0.06);
  background: #fdfcf8;
}

.culture-item-heritage-wrap {
  border-left: 4px solid var(--gold);
  padding-left: 28px;
}

.culture-heritage-intro {
  margin-bottom: 18px;
  font-size: 0.9375rem;
}

.culture-heritage-list {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.culture-heritage-row h5 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--brown);
}

.culture-heritage-row p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

.culture-heritage-closing {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(184, 151, 93, 0.2);
  font-size: 0.875rem;
  line-height: 1.85;
  color: var(--muted);
}

@media (max-width: 700px) {
  .culture-item-heritage-wrap {
    padding-left: 20px;
  }
}

/* 环境 */
.env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .env-grid { grid-template-columns: repeat(2, 1fr); }
}

.env-grid img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border: 1px solid var(--border);
}

.env-grid-brew,
.env-grid-storage {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .env-grid-brew,
  .env-grid-storage {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 新闻 */
.news-page-tagline {
  text-align: center;
  color: var(--gold);
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  margin: -8px 0 32px;
  font-family: var(--font-serif);
}

.news-unified-bar {
  display: block;
  width: 100%;
  margin: 0 0 28px;
  padding: 12px 20px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #fff;
  background: var(--seal);
  border: none;
  font-family: var(--font-sans);
}

#view-news .tab-panel {
  display: block;
}

.news-list { max-width: 900px; margin: 0 auto; }

.news-row {
  display: grid;
  grid-template-columns: 88px 132px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.news-row:not(:has(.news-row-thumb)) {
  grid-template-columns: 88px minmax(0, 1fr);
}

.news-row:hover { background: rgba(184,151,93,0.05); }

.news-datebox {
  text-align: center;
  padding-top: 4px;
}

.news-datebox strong {
  display: block;
  font-size: 1.125rem;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.news-datebox span {
  display: block;
  font-size: 0.75rem;
  color: var(--gold);
  margin-top: 4px;
}

.news-row-thumb {
  width: 100%;
  max-width: 132px;
  min-width: 0;
}

.news-row-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid var(--border);
}

.news-row h4 { margin: 0 0 8px; font-size: 1.0625rem; font-weight: 600; }
.news-row-summary { margin: 0 0 8px; font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

.news-row-main .news-more-link {
  margin-top: 4px;
}

.news-row-main {
  min-width: 0;
}

/* 新闻详情页 */
.news-detail-wrap {
  max-width: 860px;
  padding-bottom: 72px;
}

.news-detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.news-detail-back {
  padding: 8px 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: var(--brown);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.25s;
}

.news-detail-back:hover {
  border-color: var(--gold);
  color: var(--seal);
}

.news-detail-head {
  text-align: center;
  margin-bottom: 32px;
}

.news-detail-en {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin: 0 0 12px;
}

.news-detail-head h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 12px;
  color: var(--brown);
}

.news-detail-date {
  display: block;
  font-size: 0.8125rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.news-detail-figure {
  margin: 0 0 32px;
  border: 1px solid var(--border);
  padding: 8px;
  background: #fff;
}

.news-detail-figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.news-detail-body {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--border);
}

.news-detail-body--wechat {
  padding: 16px 12px 24px;
  overflow: visible;
}

.news-detail-wechat-host {
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9);
}

.news-detail-body .news-detail-wechat {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9);
  overflow: visible;
  word-wrap: break-word;
  text-size-adjust: 100%;
}

.news-detail-body .news-detail-wechat section {
  box-sizing: border-box;
  max-width: 100%;
}

.news-detail-body .news-detail-wechat p {
  margin: 0;
  clear: both;
  min-height: 1em;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  text-align: inherit;
}

.news-detail-body .news-detail-wechat img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
  display: inline;
}

.news-detail-body .news-detail-wechat strong {
  font-weight: 700;
}

.news-detail-body p {
  color: var(--muted);
  line-height: 2;
  margin: 0 0 1.25em;
  text-align: justify;
  font-size: 1.0625rem;
}

.news-detail-body p.news-detail-heading {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--brown);
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  text-align: left;
}

.news-detail-body p.news-detail-list-item {
  position: relative;
  padding-left: 1.25em;
  text-align: left;
}

.news-detail-body p.news-detail-list-item::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}

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

.news-detail-inline-figure {
  margin: 0 0 1.25em;
}

.news-detail-inline-figure img {
  width: 100%;
  display: block;
}

.news-wechat-link {
  margin-top: 28px !important;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.news-wechat-link a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--seal);
  border: 1px solid rgba(166, 33, 33, 0.4);
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.news-wechat-link a:hover {
  color: #fff;
  background: var(--seal);
  border-color: var(--seal);
}

.news-detail-pager {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.news-detail-pager-link {
  font-size: 0.875rem;
  color: var(--brown);
  line-height: 1.6;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  transition: all 0.25s;
}

.news-detail-pager-link:hover {
  border-color: var(--gold);
  color: var(--seal);
}

.news-detail-pager-link.is-next {
  text-align: right;
}

.news-detail {
  display: none;
  max-width: 720px;
  margin: 32px auto 0;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--border);
}

.news-detail.is-open { display: block; }

.empty-tip {
  text-align: center;
  color: var(--muted);
  padding: 48px 0;
  font-style: italic;
}

/* 加盟 */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.col-block {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--border);
}

.col-block h4 {
  font-family: var(--font-serif);
  margin: 0 0 16px;
  letter-spacing: 0.1em;
}

.col-block ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  line-height: 1.9;
}

.col-block li { margin-bottom: 8px; }

.hotline {
  margin-top: 24px;
  text-align: center;
  font-size: 1.125rem;
}

.hotline a { color: var(--seal); font-weight: 600; }

/* 加盟条件 */
.coop-conditions-panel {
  max-width: 920px;
  margin: 0 auto;
}

.coop-conditions-intro {
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.coop-conditions-en {
  margin: 0 0 10px;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.coop-conditions-intro h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--brown);
}

.coop-conditions-lead {
  margin: 0 auto;
  max-width: 560px;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--muted);
}

.coop-conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.coop-condition-card {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 22px 22px 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.coop-condition-card:hover {
  border-color: rgba(184, 151, 93, 0.55);
  box-shadow: 0 8px 28px rgba(74, 52, 39, 0.06);
}

.coop-condition-num {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-size: 1.375rem;
  line-height: 1;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.coop-condition-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--ink);
}

.coop-hotline-card {
  text-align: center;
  padding: 32px 28px;
  background: linear-gradient(135deg, var(--brown) 0%, #3d2a1f 100%);
  border: 1px solid rgba(184, 151, 93, 0.35);
}

.coop-hotline-label {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.72);
}

.coop-hotline-number {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
}

.coop-hotline-number:hover {
  color: var(--gold);
}

.coop-hotline-note {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 768px) {
  .coop-conditions-grid {
    grid-template-columns: 1fr;
  }

  .coop-hotline-card {
    padding: 24px 20px;
  }

  .coop-hotline-number {
    font-size: 1.5rem;
  }
}

/* 招聘 */
.job-item {
  margin-bottom: 12px;
  border: 1px solid var(--border);
  background: #fff;
}

.job-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1rem;
  color: var(--brown);
  letter-spacing: 0.1em;
  list-style: none;
}

.job-item summary::-webkit-details-marker { display: none; }

.job-body {
  padding: 0 20px 16px;
  color: var(--muted);
  font-size: 0.9375rem;
}

.jobs-apply-note {
  margin-top: 28px;
  text-align: center;
  color: var(--brown);
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}

/* 联系 */
.view-contact-page {
  padding-top: var(--header-h);
}

.contact-hero {
  position: relative;
  background-color: #14110f;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(184, 151, 93, 0.08) 0%, transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  color: rgba(255, 255, 255, 0.92);
  padding: 64px 0 0;
  text-align: center;
  overflow: hidden;
}

.contact-hero-inner {
  max-width: 1120px;
}

.contact-hero-seal {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 28px;
  background: var(--seal);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  box-shadow: 0 4px 16px rgba(166, 33, 33, 0.35);
}

.contact-hero-seal span {
  display: block;
}

.contact-hero-title {
  margin: 0 0 32px;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.38em;
  color: #fff;
  line-height: 1.5;
}

.contact-hero-text {
  margin: 0 auto;
  max-width: 42rem;
}

.contact-hero-text p {
  margin: 0 0 1.25em;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.52);
}

.contact-hero-text p:last-child {
  margin-bottom: 0;
  white-space: nowrap;
}

.contact-hero-scenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-hero-scene {
  padding: 36px 24px 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-hero-scene:last-child {
  border-right: none;
}

.contact-hero-scene h3 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--gold);
}

.contact-hero-scene p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

.contact-main {
  background: var(--paper);
  padding: 72px 0 88px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 56px 64px;
  align-items: start;
}

.contact-headline {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.55;
  color: var(--brown);
}

.contact-intro {
  margin: 0 0 40px;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.contact-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: var(--gold);
}

.contact-icon-svg {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-row-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 6px;
  font-family: var(--font-serif);
}

.contact-row-body a,
.contact-row-body span {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--brown);
  line-height: 1.7;
  text-decoration: none;
}

.contact-row-body a:hover {
  color: var(--seal);
}

.contact-official {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.contact-official-label {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 16px;
}

.contact-official-body {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-official-qr {
  margin: 0;
  flex-shrink: 0;
  width: 120px;
}

.contact-official-qr img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border);
  background: #fff;
  padding: 6px;
}

.contact-official-desc {
  margin: 0;
  flex: 1;
  min-width: 0;
  max-width: 200px;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-align: left;
}

.contact-form-card {
  background: #f3f1ec;
  padding: 36px 32px 32px;
  border: 1px solid rgba(184, 151, 93, 0.15);
  border-radius: 2px;
}

.contact-form-head {
  text-align: center;
  margin-bottom: 28px;
}

.contact-form-title {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--seal);
}

.contact-form-subtitle {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.contact-form-divider {
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--brown);
}

.contact-form {
  display: grid;
  gap: 16px;
}

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

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field label {
  display: none;
}

.contact-field .req {
  color: var(--seal);
}

.contact-field input,
.contact-field textarea,
.contact-field select {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--brown);
  outline: none;
  transition: box-shadow 0.25s;
}

.contact-field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.7;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(74, 52, 39, 0.38);
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus {
  box-shadow: inset 0 0 0 1px rgba(184, 151, 93, 0.45);
}

.contact-field-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.contact-field-captcha input {
  min-width: 0;
}

.contact-captcha {
  flex-shrink: 0;
  min-width: 96px;
  padding: 0 12px;
  border: none;
  background: #fff;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.125rem;
  font-style: italic;
  letter-spacing: 0.12em;
  color: #2a8f7a;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.25s;
}

.contact-captcha:hover {
  box-shadow: inset 0 0 0 1px rgba(184, 151, 93, 0.45);
}

.contact-select-wrap {
  position: relative;
}

.contact-select-wrap::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: rotate(45deg);
  pointer-events: none;
}

.contact-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 24px;
}

.contact-submit {
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px;
  background: #2f2f2f;
  color: #fff;
  border: none;
  letter-spacing: 0.35em;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.25s;
}

.contact-submit:hover {
  background: var(--seal);
}

.contact-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-row { margin-bottom: 16px; }
.form-row label { display: block; margin-bottom: 6px; font-size: 0.875rem; }
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  background: #fff;
  font: inherit;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.btn-submit {
  margin-top: 8px;
  padding: 12px 40px;
  background: var(--brown);
  color: #fff;
  border: none;
  letter-spacing: 0.15em;
  cursor: pointer;
  font-family: inherit;
}

/* Footer — 与主内容区略作色阶区分 */
.site-footer {
  padding: 56px 0 52px;
  text-align: center;
  background: var(--footer-bg);
  border-top: 1px solid var(--footer-border);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100' height='100' fill='%23F8F5F0'/%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--ink);
  transition: opacity 0.25s;
}

.footer-brand:hover {
  opacity: 0.88;
}

.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.footer-slogan {
  margin: 0 0 26px;
  max-width: 40rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1.85;
  color: rgba(102, 102, 102, 0.72);
  text-transform: uppercase;
}

.footer-meta,
.footer-note,
.footer-icp {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: rgba(102, 102, 102, 0.62);
}

.footer-note {
  margin-top: 4px;
  color: rgba(102, 102, 102, 0.52);
}

.footer-icp {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 12px;
  text-align: center;
}

.footer-icp a,
.footer-icp span:not(.footer-icp-sep) {
  color: inherit;
  text-decoration: none;
}

.footer-icp a:hover {
  color: var(--brown);
  text-decoration: underline;
}

.footer-icp-sep {
  display: none;
}

/* 右侧快捷联系 — 固定宽度直角按钮，二维码面板外置 */
.float-tools {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}

.float-tools.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.float-tools-panel {
  display: none;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(74, 52, 39, 0.14);
  text-align: center;
}

.float-tools.is-qr-open #float-tools-qr-panel {
  display: block;
}

.float-tools.is-phone-open #float-tools-phone-panel {
  display: flex;
}

.float-tools-panel::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid var(--border);
  border-top: 1px solid var(--border);
  transform: rotate(45deg);
}

.float-tools-panel img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.float-tools-panel p {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  font-family: var(--font-serif);
  writing-mode: horizontal-tb;
  white-space: nowrap;
}

.float-tools-phone-panel {
  align-items: center;
  padding: 14px 20px;
}

.float-tools-phone-num {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--brown);
  text-decoration: none;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-family: var(--font-serif);
}

.float-tools-phone-num:hover,
.float-tools-phone-num:focus-visible {
  color: var(--seal);
  outline: none;
}

.float-tools-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(184, 151, 93, 0.35);
  box-shadow: -4px 4px 20px rgba(12, 10, 8, 0.15);
}

.float-tools-item + .float-tools-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.float-tools-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(12, 10, 8, 0.9);
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.25s, color 0.25s;
}

.float-tools-btn:hover,
.float-tools-btn:focus-visible,
.float-tools-btn.is-active {
  background: var(--seal);
  color: #fff;
  outline: none;
}

.float-tools-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.float-tools-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.float-tools-glyph {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero-text p:last-child {
    white-space: normal;
  }
  .contact-hero-scenes {
    grid-template-columns: 1fr;
  }
  .contact-hero-scene {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .contact-hero-scene:last-child {
    border-bottom: none;
  }
  .about-profile-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-gallery {
    max-width: none;
    margin: 0 auto;
  }
  .home-intro-layout,
  .home-news-featured,
  .product-detail-layout,
  .two-col,
  .process-steps { grid-template-columns: 1fr; }
  .craft-hero {
    padding: 44px 0 32px;
  }
  .craft-deco-banner {
    height: 64px;
    opacity: 0.26;
  }
  .craft-deco-left,
  .craft-deco-right {
    width: 56px;
    opacity: 0.3;
  }
  .craft-deco-mid-left,
  .craft-deco-mid-right {
    display: none;
  }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row.about-profile-stats {
    padding: 36px 16px;
  }
  .stats-row.about-profile-stats .stat-item {
    min-height: 120px;
    padding: 32px 16px;
  }
  .stats-row.about-profile-stats .stat-item:not(:first-child)::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(42%, 120px);
    height: 1px;
  }
  .stats-row.about-profile-stats .stat-item strong {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .stats-row.about-profile-stats .stat-item > span:last-child {
    font-size: 1.125rem;
  }
  .env-grid { grid-template-columns: 1fr; }
  .home-env-grid { grid-template-columns: 1fr; }
  .honor-gallery { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .news-row,
  .news-row:not(:has(.news-row-thumb)) {
    grid-template-columns: 64px 96px minmax(0, 1fr);
    gap: 14px;
  }
}

/* 滚动逐步展示（IntersectionObserver 驱动） */
@media (prefers-reduced-motion: no-preference) {
  .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
}

@media (max-width: 768px) {
  .brand-tagline {
    display: none;
  }
  .brand-seal.seal-mark {
    width: 40px;
    height: 40px;
  }
  .brand-name {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .site-nav {
    gap: 2px 16px;
  }
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    background: rgba(253, 252, 248, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(74, 52, 39, 0.08);
  }
  .site-nav .nav-link {
    padding: 14px 24px;
    letter-spacing: 0.15em;
    border-bottom: 1px solid var(--border);
    color: var(--brown);
  }
  .site-nav .nav-link:last-child {
    border-bottom: none;
  }
  .site-nav.is-open { display: flex; }
  .site-header:not(.is-scrolled) .site-nav.is-open .nav-link {
    color: var(--brown);
    border-bottom-color: var(--border);
  }
  .site-header:not(.is-scrolled) .site-nav.is-open .nav-link.is-active {
    color: var(--gold);
    border-bottom-color: var(--border);
  }
  .honor-gallery { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .news-row,
  .news-row:not(:has(.news-row-thumb)) {
    grid-template-columns: 56px 1fr;
    gap: 10px 14px;
  }
  .news-row .news-datebox {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .news-row-thumb {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 280px;
  }
  .news-row-main {
    grid-column: 2;
    grid-row: 2;
  }
  .news-row:not(:has(.news-row-thumb)) .news-row-main {
    grid-row: 1;
  }
  .form-grid { grid-template-columns: 1fr; }
}
