/* 卤臣世家 / 湘亲商贸 / 忆腊坊 — 企业站品牌层（叠在模板原样式之上） */

:root {
  --lc-primary: #9a6b2e;
  --lc-primary-light: #c8933b;
  --lc-primary-hover: #d4a04a;
  --lc-wood: #2c2419;
  --lc-smoke: #5a5248;
  --lc-cream: #f7f3eb;
  --lc-paper: #fdfcfa;
  --lc-accent-yila: #7d3333;
  --lc-border: rgba(44, 36, 25, 0.12);
  --lc-radius: 6px;
  --lc-shadow: 0 8px 28px rgba(44, 36, 25, 0.08);
}

html {
  scroll-behavior: smooth;
  /* 微信内核对 iOS/部分机型会错误放大正文字体，导致视口/栅格“像坏掉一样” */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#header:not(.lc-site-header) .navbar-brand {
  display: inline-flex;
  align-items: center;
}

body {
  color: var(--lc-wood);
  background-color: var(--lc-paper);
}

.lc-brand-showcase {
  background: var(--lc-cream);
  border-top: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
  padding: 3rem 0;
}
.lc-brand-showcase h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 0.35rem;
}
.lc-brand-showcase .lc-lead {
  color: var(--lc-smoke);
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.75;
}
.lc-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.lc-brand-card {
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--lc-shadow);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lc-brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(44, 36, 25, 0.12);
}
.lc-brand-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--lc-wood);
}
.lc-brand-card.lc-brand--yila {
  border-top: 3px solid var(--lc-accent-yila);
}
.lc-brand-card.lc-brand--luchen {
  border-top: 3px solid var(--lc-primary-light);
}
.lc-brand-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--lc-smoke);
}
.lc-brand-tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.65rem;
  background: rgba(154, 107, 46, 0.12);
  color: var(--lc-primary);
  font-weight: 600;
}
.lc-brand-card.lc-brand--yila .lc-brand-tag {
  background: rgba(125, 51, 51, 0.12);
  color: var(--lc-accent-yila);
}

.lc-cta-1688-wrap {
  text-align: center;
  padding-top: 0.5rem;
}
.lc-btn-1688 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff !important;
  background: linear-gradient(135deg, #b8862d 0%, var(--lc-primary) 100%);
  border: none;
  border-radius: var(--lc-radius);
  box-shadow: 0 4px 14px rgba(154, 107, 46, 0.35);
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.lc-btn-1688:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lc-primary-light) 0%, #8a5f28 100%);
  box-shadow: 0 6px 20px rgba(154, 107, 46, 0.45);
  transform: translateY(-1px);
}
.lc-btn-1688 .lc-btn-sub {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.92;
}

.lc-media-placeholder {
  min-height: 140px;
  border: 2px dashed var(--lc-border);
  border-radius: var(--lc-radius);
  background: repeating-linear-gradient(
    -12deg,
    rgba(154, 107, 46, 0.04),
    rgba(154, 107, 46, 0.04) 12px,
    rgba(125, 51, 51, 0.04) 12px,
    rgba(125, 51, 51, 0.04) 24px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  color: var(--lc-smoke);
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* 首页：公司简介画册区（替代原「双品牌 · 一块好腊肉」整块） */
.lc-home-brochure {
  --lc-brochure-red: #b32424;
  --lc-brochure-red-soft: rgba(179, 36, 36, 0.09);
  --lc-brochure-gold: #c4a035;
  background: linear-gradient(180deg, #fdfcfa 0%, #f7f1e8 48%, #faf6f0 100%);
  border-top: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
  padding: 3rem 0 3.25rem;
  position: relative;
  overflow: hidden;
}
.lc-home-brochure::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(ellipse 120% 80% at 50% -20%, var(--lc-brochure-red-soft), transparent 55%),
    radial-gradient(circle at 92% 18%, rgba(196, 160, 53, 0.08), transparent 40%);
}
.lc-home-brochure .container {
  position: relative;
  z-index: 1;
}
.lc-home-brochure__head {
  margin-bottom: 2.25rem;
  position: relative;
}
.lc-home-brochure__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  border: 2px solid var(--lc-brochure-gold);
  color: var(--lc-brochure-red);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  background: linear-gradient(145deg, #fffefb 0%, #fff5f0 100%);
  box-shadow: 0 4px 14px rgba(179, 36, 36, 0.12);
}
.lc-home-brochure__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-accent-yila);
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.lc-home-brochure__title {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 0.65rem;
}
.lc-home-brochure__lead {
  max-width: 40rem;
  color: var(--lc-smoke);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.lc-brochure-card {
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
  box-shadow: var(--lc-shadow);
  overflow: hidden;
  margin-bottom: 2rem;
}
.lc-brochure-card--split {
  display: grid;
  grid-template-columns: minmax(220px, 34%) 1fr;
  align-items: stretch;
  min-height: 0;
}
.lc-brochure-card__media {
  position: relative;
  min-height: 280px;
  background: linear-gradient(160deg, #ebe6df 0%, #d8d0c5 100%);
}
.lc-brochure-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
.lc-brochure-card__body {
  padding: 1.75rem 1.75rem 1.85rem;
}
.lc-brochure-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 0.25rem 0.55rem;
  border-radius: 3px;
  color: var(--lc-smoke);
  background: rgba(44, 36, 25, 0.06);
  margin-bottom: 0.65rem;
}
.lc-brochure-card__title {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 1rem;
  line-height: 1.35;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(179, 36, 36, 0.2);
}
.lc-brochure-card--founder .lc-brochure-card__title {
  border-bottom-color: rgba(154, 107, 46, 0.25);
}
.lc-brochure-prose p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--lc-smoke);
  margin-bottom: 0.85rem;
}
.lc-brochure-prose p:last-child {
  margin-bottom: 0;
}
.lc-brochure-quote {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--lc-accent-yila);
  margin: -0.35rem 0 1rem;
  line-height: 1.5;
}

.lc-brochure-products {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff9e8 0%, #fff3dc 100%);
  border: 1px solid rgba(196, 160, 53, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.lc-brochure-products__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--lc-wood);
  margin-bottom: 0.45rem;
}
.lc-brochure-products__list {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--lc-smoke);
}
.lc-brochure-closing {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--lc-wood);
  line-height: 1.65;
}
.lc-brochure-brandline {
  margin: 0;
  font-size: 0.95rem;
  color: var(--lc-accent-yila);
  letter-spacing: 0.04em;
}

.lc-brochure-timeline {
  margin-bottom: 2rem;
  padding: 1.5rem 1.25rem 1.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--lc-border);
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(44, 36, 25, 0.06);
}
.lc-brochure-timeline__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 0.35rem;
}
.lc-brochure-timeline__sub {
  font-size: 0.875rem;
  color: var(--lc-smoke);
  margin-bottom: 1.35rem;
}
.lc-brochure-timeline__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem 0.5rem;
  position: relative;
}
.lc-brochure-timeline__track::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 1.15rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(179, 36, 36, 0.15), var(--lc-brochure-gold), rgba(179, 36, 36, 0.15));
  z-index: 0;
}
.lc-brochure-timeline__item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0.2rem;
}
.lc-brochure-timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--lc-brochure-red) 0%, #8e1f1f 100%);
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(179, 36, 36, 0.25);
  margin-bottom: 0.65rem;
}
.lc-brochure-timeline__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--lc-smoke);
  text-align: left;
}
@media (max-width: 991px) {
  .lc-brochure-card--split {
    grid-template-columns: 1fr;
  }
  .lc-brochure-card__media {
    min-height: 220px;
    max-height: 320px;
  }
  .lc-brochure-card__img {
    min-height: 220px;
    max-height: 320px;
  }
  .lc-brochure-timeline__track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .lc-brochure-timeline__track::before {
    display: none;
  }
  .lc-brochure-timeline__item {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 0.75rem;
    align-items: start;
    text-align: left;
    padding: 0.65rem 0.5rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--lc-border);
  }
  .lc-brochure-timeline__year {
    margin-bottom: 0;
  }
  .lc-brochure-timeline__text {
    font-size: 0.85rem;
  }
}

@media (min-width: 992px) {
  .lc-brochure-timeline__text {
    text-align: center;
  }
}

.lc-coop-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
}
.lc-coop-tabs .btn {
  margin: 0 !important;
}

/* 已下线「服务条款」子页：遮挡 CDN/浏览器仍缓存的旧版 HTML 里的残留入口 */
.lc-coop-tabs a[href*="consociation_term"] {
  display: none !important;
}

.lc-reading {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.lc-reading p {
  line-height: 1.8;
}

#footer h3.head-after {
  letter-spacing: 0.02em;
}

#free-consultation .form-control:focus,
section.contact-info-area .form-control:focus,
#our-projects .form-control:focus {
  border-color: var(--lc-primary-light);
  box-shadow: 0 0 0 0.15rem rgba(200, 147, 59, 0.25);
}

.consultation-right .c-col-right h1 {
  font-size: 1.75rem;
  line-height: 1.3;
}

.contact-info-box {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-info-box:hover {
  transform: translateY(-2px);
  box-shadow: var(--lc-shadow);
}

#our-projects .col-lg-12 > img {
  margin-bottom: 1rem;
  border-radius: var(--lc-radius);
}

#our-services .card {
  border-radius: var(--lc-radius);
  overflow: hidden;
  border: 1px solid var(--lc-border);
  box-shadow: 0 4px 16px rgba(44, 36, 25, 0.06);
}
#our-services .card h3 {
  font-size: 1.1rem;
  padding: 0 0.75rem 1rem;
  margin: 0;
  color: var(--lc-wood);
}
.lc-ddxc-recipes .lc-ddxc-recipes__grid {
  justify-content: center;
  align-items: flex-start;
}
.lc-ddxc-recipes .lc-ddxc-recipe-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--lc-radius);
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 2px 12px rgba(44, 36, 25, 0.08);
  background-color: #f2ece3;
}
.lc-ddxc-recipes .lc-ddxc-recipe-thumb .lc-ddxc-recipe-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.lc-ddxc-recipes .lc-ddxc-recipe-card {
  height: auto;
  min-height: 0;
  padding: 0.45rem 0.45rem 0.5rem;
  margin-bottom: 0;
}

/* 腊味食谱：地道湘菜页专用，避免沿用 #our-services 默认 80px/60px 上下留白 */
#our-services.lc-ddxc-recipes {
  padding-top: 2.75rem;
  padding-bottom: 2.25rem;
}

/* 腊味食谱：覆盖全局 .card:hover 金底白字，避免整卡变色像在遮挡配图 */
.lc-ddxc-recipes .card,
.lc-ddxc-recipes .card:hover {
  background-color: #fff;
  color: inherit;
}
.lc-ddxc-recipes .card:hover {
  box-shadow: 0 8px 24px rgba(44, 36, 25, 0.1);
}
.lc-ddxc-recipes .card h3,
.lc-ddxc-recipes .card:hover h3 {
  color: var(--lc-wood);
}
#our-services.lc-ddxc-recipes .lc-ddxc-recipe-card h3 {
  text-align: center;
  padding: 0.35rem 0.35rem 0.4rem;
  font-size: 1rem;
  line-height: 1.35;
}
.lc-ddxc-recipes .card:hover h1,
.lc-ddxc-recipes .card:hover h2,
.lc-ddxc-recipes .card:hover h4,
.lc-ddxc-recipes .card:hover h5,
.lc-ddxc-recipes .card:hover p,
.lc-ddxc-recipes .card:hover i,
.lc-ddxc-recipes .card:hover a,
.lc-ddxc-recipes .card:hover li {
  color: inherit;
}

/* 首页关于区：已去掉腾讯视频弹窗与播放按钮；不再使用 .img-bg（其 ::after 会造成左侧深色竖条） */
#about-us .lc-about-media-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #about-us .lc-about-media-wrap {
    margin-left: 0;
    margin-right: auto;
  }
}

/* 首页「关于我们」· 忆腊坊品牌区（左图 + 右侧标题 + 连贯正文） */
#about-us.lc-about-yila {
  background: linear-gradient(180deg, #f7f5f2 0%, #f0ece6 100%);
  border-top: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
}
.lc-about-yila__visual {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .lc-about-yila__visual {
    margin-left: 0;
    margin-right: auto;
  }
}
.lc-about-yila__frame {
  position: relative;
  border-radius: 18px;
  padding: 6px;
  background: linear-gradient(145deg, #c9a227 0%, #b32424 48%, #8b1d1d 100%);
  box-shadow: 0 18px 48px rgba(139, 29, 29, 0.16), 0 4px 16px rgba(44, 36, 25, 0.06);
}
.lc-about-yila__frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.lc-about-yila__hero {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #3a0d0d;
}
.lc-about-yila__copy {
  padding-left: 0;
}
@media (min-width: 992px) {
  .lc-about-yila__copy {
    padding-left: 1.25rem;
  }
}
.lc-about-yila__eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #9a948c;
  margin-bottom: 0.4rem;
}
.lc-about-yila__title {
  font-family: Poppins, "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #2a2622;
  letter-spacing: -0.01em;
  margin: 0 0 0.4rem;
  line-height: 1.2;
}
.lc-about-yila__tagline {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6f6960;
  margin: 0 0 1.25rem;
  letter-spacing: 0.1em;
}
.lc-about-yila__panel {
  background: #fff;
  border: 1px solid rgba(44, 36, 25, 0.1);
  border-radius: 14px;
  padding: 1.5rem 1.55rem 1.55rem;
  box-shadow: 0 4px 24px rgba(44, 36, 25, 0.06);
}
.lc-about-yila__prose {
  margin: 0;
}
.lc-about-yila__prose p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.82;
  color: #4d4840;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lc-about-yila__prose p:last-child {
  margin-bottom: 0;
}
.lc-about-yila__cta {
  margin-top: 1.35rem;
  border-radius: 8px;
  padding: 0.55rem 1.6rem;
  font-weight: 600;
}

/* --- 合作申请 CTA + 品牌矩阵 + 精简页脚（v2，首页等）--- */
.lc-coop-cta {
  --lc-cta-surface: #f5f3ef;
  background: var(--lc-cta-surface);
  border-top: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.lc-coop-cta__title {
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lc-wood);
  margin: 0 0 1rem;
  line-height: 1.35;
}
.lc-coop-cta__lead {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--lc-smoke);
  margin: 0 0 1.25rem;
}
.lc-coop-cta__brands {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.75rem;
  font-size: 0.9375rem;
  color: var(--lc-wood);
}
.lc-coop-cta__sep {
  font-weight: 400;
  color: #8a8278;
}
.lc-coop-cta__brands .lc-bname {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--lc-primary);
  letter-spacing: 0.06em;
}
.lc-coop-cta__brands .lc-bname--y {
  color: var(--lc-accent-yila);
}
.lc-coop-cta__1688 {
  margin-bottom: 1.75rem;
}
.lc-coop-cta__1688 .lc-btn-1688 {
  width: 100%;
  max-width: 22rem;
}
.lc-coop-cta--solo .lc-coop-cta__panel {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
.lc-coop-cta--solo .lc-coop-cta__title {
  margin-bottom: 1.15rem;
}
.lc-coop-cta--solo .lc-coop-cta__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}
.lc-coop-cta--solo .lc-coop-cta__1688 {
  display: flex;
  justify-content: center;
}
.lc-coop-cta__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 36rem;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 575.98px) {
  .lc-coop-cta__contacts {
    grid-template-columns: 1fr;
  }
}
.lc-coop-cta__contact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
  color: var(--lc-wood);
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(44, 36, 25, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.lc-coop-cta__contact:hover {
  border-color: rgba(200, 147, 59, 0.45);
  box-shadow: 0 10px 32px rgba(44, 36, 25, 0.1);
  transform: translateY(-1px);
  color: var(--lc-wood);
  text-decoration: none;
}
.lc-coop-cta__contact-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(200, 147, 59, 0.14);
  color: var(--lc-primary);
  font-size: 1.05rem;
}
.lc-coop-cta__contact-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.lc-coop-cta__contact-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #9a9086;
  text-transform: none;
}
.lc-coop-cta__contact-value {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--lc-wood);
  word-break: break-word;
}

.lc-pillar-section {
  background: #fff;
  padding: clamp(2.5rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--lc-border);
}
.lc-pillar-section__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}
.lc-pillar-section__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lc-primary);
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.lc-pillar-section__head h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin: 0 0 0.5rem;
}
.lc-pillar-section__head p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lc-smoke);
  line-height: 1.65;
}
.lc-pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}
@media (min-width: 576px) {
  .lc-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .lc-pillar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lc-pillar-card {
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: 12px;
  padding: 1.35rem 1.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(44, 36, 25, 0.04);
}
.lc-pillar-card:hover {
  box-shadow: 0 12px 32px rgba(44, 36, 25, 0.1);
  transform: translateY(-3px);
}
.lc-pillar-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(200, 147, 59, 0.15) 0%, rgba(200, 147, 59, 0.06) 100%);
  color: var(--lc-primary);
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}
.lc-pillar-card:nth-child(2) .lc-pillar-card__icon {
  background: linear-gradient(145deg, rgba(125, 51, 51, 0.12) 0%, rgba(125, 51, 51, 0.05) 100%);
  color: var(--lc-accent-yila);
}
.lc-pillar-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.lc-pillar-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--lc-smoke);
  margin: 0;
  flex: 1;
}

#footer.lc-min-footer,
.lc-min-footer#footer {
  --lc-footer-body: 0.9375rem;
  background: linear-gradient(180deg, #1c1814 0%, #12100e 100%);
  color: #d4cfc7;
  padding: 2.5rem 0 1.75rem;
  border-top: 1px solid rgba(200, 147, 59, 0.2);
}
#footer.lc-min-footer a,
.lc-min-footer#footer a {
  color: #c4b8a6;
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer.lc-min-footer a:hover,
.lc-min-footer#footer a:hover {
  color: var(--lc-primary-light);
}
.lc-min-footer__logo {
  font-size: var(--lc-footer-body);
  font-weight: 700;
  color: #f0e8dc;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
}
.lc-min-footer__logo .lc-min-footer__sep {
  color: rgba(200, 147, 59, 0.55);
  font-weight: 400;
  margin: 0 0.2em;
}
.lc-min-footer__tag {
  font-size: var(--lc-footer-body);
  line-height: 1.65;
  color: #bdb3a8;
  margin: 0;
  max-width: 22rem;
}
.lc-min-footer h3 {
  font-size: var(--lc-footer-body);
  letter-spacing: 0.02em;
  text-transform: none;
  color: #e8dfd4;
  margin: 0 0 0.65rem;
  font-weight: 600;
}
.lc-min-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--lc-footer-body);
}
.lc-min-footer__nav li + li {
  margin-top: 0.5rem;
}
.lc-min-footer__nav a {
  color: #bdb3a8;
}
.lc-min-footer__contact p {
  font-size: var(--lc-footer-body);
  line-height: 1.65;
  margin: 0 0 0.65rem;
  color: #bdb3a8;
}
.lc-min-footer__contact p:last-child {
  margin-bottom: 0;
}
.lc-min-footer__contact .lc-min-footer__label {
  display: inline;
  font-size: var(--lc-footer-body);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  color: #d4cfc7;
  margin-right: 0.35em;
}
#sub-footer.lc-min-subfooter,
.lc-min-subfooter#sub-footer {
  background: #0e0c0a;
  border-top: 1px solid rgba(200, 147, 59, 0.12);
  padding: 0.85rem 0;
}
#sub-footer.lc-min-subfooter p,
.lc-min-subfooter#sub-footer p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #6d665c;
  margin: 0;
}
#sub-footer.lc-min-subfooter a,
.lc-min-subfooter#sub-footer a {
  color: #8a8278;
  text-decoration: none;
}
#sub-footer.lc-min-subfooter a:hover,
.lc-min-subfooter#sub-footer a:hover {
  color: var(--lc-primary-light);
}
@media (max-width: 767px) {
  .lc-min-footer__col {
    margin-bottom: 1.5rem;
  }
  .lc-min-footer__col:last-of-type {
    margin-bottom: 0;
  }
  #sub-footer.lc-min-subfooter .row > div,
  .lc-min-subfooter#sub-footer .row > div {
    text-align: center !important;
  }
  #sub-footer.lc-min-subfooter .row > div + div,
  .lc-min-subfooter#sub-footer .row > div + div {
    margin-top: 0.5rem;
  }
}

/* —— 现代顶栏 / 通顶导航 —— */
#header.lc-site-header,
.lc-site-header#header {
  --lc-header-bg: rgba(255, 252, 248, 0.92);
  --lc-header-border: rgba(44, 36, 25, 0.06);
  background: var(--lc-header-bg) !important;
  backdrop-filter: saturate(1.1) blur(12px);
  -webkit-backdrop-filter: saturate(1.1) blur(12px);
  box-shadow: 0 1px 0 var(--lc-header-border), 0 8px 28px rgba(44, 36, 25, 0.05);
  border-bottom: 1px solid var(--lc-header-border);
  z-index: 1000;
  position: relative;
}
#header.lc-site-header .head_bj,
.lc-site-header#header.head_bj {
  background: transparent;
}
#header.lc-site-header .container.lc-nav-container,
.lc-nav-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#header.lc-site-header .lc-navbar,
.lc-site-header#header .lc-navbar {
  padding: 0.65rem 0;
}
#header.lc-site-header .lc-nav-shell,
.lc-site-header#header .lc-nav-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  row-gap: 0.5rem;
}
#header.lc-site-header .lc-nav-brand,
.lc-site-header#header .lc-nav-brand {
  order: 1;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  padding: 0.15rem 0;
  line-height: 1.2;
  text-decoration: none;
}
#header .lc-nav-brand__title,
.lc-nav-brand__title {
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lc-wood);
  margin: 0;
  transition: color 0.2s ease;
}
#header .lc-nav-brand__sub,
.lc-nav-brand__sub {
  font-size: 0.65rem;
  color: #7a7268;
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
  max-width: 12rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: normal;
}
#header .lc-nav-brand:hover .lc-nav-brand__title,
.lc-nav-brand:hover .lc-nav-brand__title {
  color: var(--lc-primary);
}
#header .lc-nav-end,
.lc-site-header#header .lc-nav-end {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
}
#header .lc-nav-collapse,
.lc-site-header#header .lc-nav-collapse {
  order: 3;
  flex: 1 0 100%;
  border-top: 1px solid rgba(44, 36, 25, 0.08);
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}
#header .lc-nav-menu,
#header .lc-nav-menu .nav-item,
.lc-nav-menu,
.lc-nav-menu .nav-item {
  text-transform: none !important;
}
#header .lc-nav-menu,
.lc-site-header#header .lc-nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.1rem 0.2rem;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0 0.5rem;
}
#header .lc-nav-menu .nav-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .lc-nav-menu .nav-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.7rem !important;
  margin: 0 !important;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #4a4036 !important;
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: 6px;
  text-decoration: none !important;
}
#header .lc-nav-menu .nav-item.active .nav-link,
#header .lc-nav-menu .nav-link:hover,
#header .lc-nav-menu .nav-link:focus {
  color: var(--lc-primary) !important;
  background: rgba(200, 147, 59, 0.08) !important;
}
#header .lc-nav-menu .nav-link::before,
#header .lc-nav-menu .nav-item a::before {
  content: none !important;
  display: none !important;
}
#header .lc-nav-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--lc-primary), var(--lc-primary-light));
  border-radius: 1px;
  transform: scaleX(0);
  transition: transform 0.22s ease, opacity 0.2s ease;
  opacity: 0.85;
}
#header .lc-nav-menu .nav-item.active .nav-link::after,
#header .lc-nav-menu .nav-link:hover::after {
  transform: scaleX(1);
}
#header .lc-nav-cta,
.lc-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem 0.55rem;
  padding: 0.45rem 0.9rem 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 147, 59, 0.45);
  background: linear-gradient(180deg, #fff9ef 0%, #f5ead6 100%);
  color: #3a3028 !important;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(44, 36, 25, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  line-height: 1.2;
}
#header .lc-nav-cta__icon,
.lc-nav-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lc-primary) 0%, #7a5524 100%);
  color: #fff;
  font-size: 0.9rem;
  flex-shrink: 0;
}
#header .lc-nav-cta:hover,
.lc-nav-cta:hover {
  border-color: var(--lc-primary);
  color: #2a2218 !important;
  box-shadow: 0 4px 14px rgba(200, 147, 59, 0.25);
  transform: translateY(-1px);
}
#header .lc-nav-cta__name,
#header .lc-nav-cta__num,
.lc-nav-cta__name,
.lc-nav-cta__num {
  color: inherit;
  font: inherit;
}
#header .lc-nav-toggler,
.lc-site-header#header .lc-nav-toggler,
.lc-nav-toggler {
  padding: 0.4rem 0.55rem;
  border: 1px solid rgba(44, 36, 25, 0.12);
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: 2.4rem;
  min-height: 2.2rem;
}
#header .lc-nav-toggler .navbar-toggler-icon,
.lc-nav-toggler .navbar-toggler-icon {
  display: none !important;
}
#header .lc-nav-toggler__bar,
.lc-nav-toggler__bar {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: #3a322a;
  border-radius: 1px;
  transition: background 0.2s ease;
}
#header .lc-nav-toggler:hover,
.lc-nav-toggler:hover {
  border-color: var(--lc-primary);
  background: #fffef9;
}
#header .lc-nav-toggler:hover .lc-nav-toggler__bar,
.lc-nav-toggler:hover .lc-nav-toggler__bar {
  background: var(--lc-primary);
}
@media (min-width: 992px) {
  #header.lc-site-header .lc-navbar,
  .lc-site-header#header .lc-navbar {
    flex-wrap: nowrap;
  }
  /* 顶栏中间区域用 flex 而非 grid，避免部分环境下栅格 + justify-self 造成导航「并排重复」的视觉异常 */
  #header .lc-nav-shell,
  .lc-site-header#header .lc-nav-shell {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem 1.25rem;
    width: 100%;
  }
  /**
   * 小屏用 order：1 Logo → 2 电话+汉堡 → 3 菜单（折行全宽）。
   * 大屏必须改回：1 Logo → 2 主导航 → 3 电话，否则「刘总」会一直夹在 Logo 与菜单之间。
   */
  #header .lc-nav-brand,
  .lc-site-header#header .lc-nav-brand {
    order: 1;
    flex: 0 0 auto;
    max-width: min(220px, 28vw);
    min-width: 0;
  }
  #header .lc-nav-collapse,
  .lc-site-header#header .lc-nav-collapse {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #header .lc-nav-end,
  .lc-site-header#header .lc-nav-end {
    order: 3;
    flex: 0 0 auto;
    margin-left: 0;
  }
  #header .lc-nav-menu,
  .lc-site-header#header .lc-nav-menu {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    gap: 0.15rem 0.1rem;
  }
  #header .lc-nav-menu .nav-link {
    padding: 0.5rem 0.65rem !important;
  }

  /* Bootstrap 在大屏隐藏汉堡；此处 #header 选择器权重更高，曾误覆盖为 display:flex，导致大屏汉堡与横排菜单并存 */
  #header .lc-navbar.navbar-expand-lg .lc-nav-toggler,
  #header.lc-site-header .navbar-expand-lg .lc-nav-toggler {
    display: none !important;
  }
}
#header.lc-site-header.header-fixed,
.lc-site-header#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: rgba(255, 252, 248, 0.95) !important;
  box-shadow: 0 1px 0 var(--lc-header-border), 0 10px 32px rgba(44, 36, 25, 0.1);
  border-bottom: 1px solid var(--lc-header-border);
}
@media (max-width: 1000px) {
  #header.lc-site-header .lc-nav-menu {
    border-top: none !important;
  }
}

/* 小屏 CTA 文字渐隐，避免撑破行 */
@media (max-width: 400px) {
  #header .lc-nav-cta__name,
  .lc-nav-cta__name {
    display: none;
  }
  #header .lc-nav-cta,
  .lc-nav-cta {
    padding-left: 0.55rem;
    padding-right: 0.6rem;
  }
}
@media (min-width: 400px) and (max-width: 575px) {
  #header .lc-nav-cta,
  .lc-nav-cta {
    font-size: 0.75rem;
  }
}

/* 合作子页：面包屑改为暖白顶区，与首页一致，避免大块深褐背景 */
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg,
.breadcrumb-bg.lc-breadcrumb-hero {
  background-color: #f5f3ef !important;
  background-image: none !important;
  border-bottom: 1px solid var(--lc-border);
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
#breadcrumb.lc-breadcrumb-hero:before,
.breadcrumb-bg.lc-breadcrumb-hero:before {
  display: none !important;
  content: none !important;
}
#breadcrumb.lc-breadcrumb-hero h2,
.breadcrumb-bg.lc-breadcrumb-hero h2 {
  color: var(--lc-wood) !important;
  margin-bottom: 1.25rem;
}
#breadcrumb.lc-breadcrumb-hero h2.head-after-w:after,
.breadcrumb-bg.lc-breadcrumb-hero h2.head-after-w:after {
  background-color: rgba(200, 147, 59, 0.55) !important;
}
#breadcrumb.lc-breadcrumb-hero ol,
.breadcrumb-bg.lc-breadcrumb-hero ol {
  background: rgba(255, 252, 248, 0.95) !important;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(44, 36, 25, 0.04);
}
#breadcrumb.lc-breadcrumb-hero li a,
.breadcrumb-bg.lc-breadcrumb-hero li a {
  color: var(--lc-primary) !important;
}
#breadcrumb.lc-breadcrumb-hero li a:hover,
.breadcrumb-bg.lc-breadcrumb-hero li a:hover {
  color: var(--lc-wood) !important;
}
#breadcrumb.lc-breadcrumb-hero li.active,
.breadcrumb-bg.lc-breadcrumb-hero li.active {
  color: var(--lc-smoke) !important;
}

#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1,
.breadcrumb-bg1.lc-breadcrumb-hero {
  background-color: #f5f3ef !important;
  background-image: none !important;
  border-bottom: 1px solid var(--lc-border);
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1:before,
.breadcrumb-bg1.lc-breadcrumb-hero:before {
  display: none !important;
  content: none !important;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 h2,
.breadcrumb-bg1.lc-breadcrumb-hero h2 {
  color: var(--lc-wood) !important;
  margin-bottom: 1.25rem;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 h2.head-after-w:after,
.breadcrumb-bg1.lc-breadcrumb-hero h2.head-after-w:after {
  background-color: rgba(200, 147, 59, 0.55) !important;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 ol,
.breadcrumb-bg1.lc-breadcrumb-hero ol {
  background: rgba(255, 252, 248, 0.95) !important;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(44, 36, 25, 0.04);
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 li a,
.breadcrumb-bg1.lc-breadcrumb-hero li a {
  color: var(--lc-primary) !important;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 li a:hover,
.breadcrumb-bg1.lc-breadcrumb-hero li a:hover {
  color: var(--lc-wood) !important;
}
#breadcrumb.lc-breadcrumb-hero.breadcrumb-bg1 li.active,
.breadcrumb-bg1.lc-breadcrumb-hero li.active {
  color: var(--lc-smoke) !important;
}

.lc-coop-subpage {
  background: #faf9f6;
  border-bottom: 1px solid var(--lc-border);
}
.lc-coop-subpage .lc-coop-tabs .btn {
  margin: 0.2rem 0.25rem;
}

/* ========== 合作加盟 · 品牌文化（内容饱满版） ========== */
.lc-brand-culture-page {
  padding-bottom: 2.5rem;
}
.lc-bc-intro__lead {
  max-width: 46rem;
  margin: 0 auto 1.25rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--lc-smoke);
}
.lc-bc-intro__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
}
.lc-bc-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lc-wood);
  background: linear-gradient(145deg, rgba(200, 147, 59, 0.14), rgba(125, 51, 51, 0.08));
  border: 1px solid var(--lc-border);
}

/* 忆腊坊品牌文化体系：理念 / 使命 / 愿景（占满容器宽度，避免窄栏两侧空荡） */
.lc-bc-values-wrap {
  padding: 0;
}
.lc-bc-values {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.lc-bc-value-block {
  position: relative;
  padding: 1.45rem 1.35rem 1.45rem 1.6rem;
  margin-bottom: 1rem;
  background: linear-gradient(152deg, rgba(255, 252, 248, 0.98), rgba(245, 238, 228, 0.94));
  border: 1px solid rgba(154, 107, 46, 0.22);
  border-radius: 14px;
  box-shadow:
    0 10px 32px rgba(44, 36, 25, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.lc-bc-value-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #c9a052, #8b6228, #5c4018);
}
.lc-bc-value-block--last {
  margin-bottom: 0;
}
.lc-bc-value-block__heading {
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", Georgia, serif;
  font-size: clamp(1.08rem, 1.9vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lc-wood);
  margin: 0 0 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(154, 107, 46, 0.22);
}
.lc-bc-value-block__slogan {
  margin: 0 0 0.9rem;
  font-size: clamp(1.18rem, 2.8vw, 1.52rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--lc-primary);
  line-height: 1.5;
}
.lc-bc-value-block__text {
  margin: 0;
  font-size: clamp(1.02rem, 1.55vw, 1.125rem);
  line-height: 1.88;
  color: var(--lc-smoke);
}
.lc-bc-value-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lc-bc-value-block__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(1.02rem, 1.55vw, 1.125rem);
  line-height: 1.82;
  color: var(--lc-smoke);
}
.lc-bc-value-block__list li + li {
  margin-top: 0.65rem;
}
.lc-bc-value-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c99345, #6b4718);
  box-shadow: 0 0 0 2px rgba(201, 160, 82, 0.25);
}
@media (min-width: 992px) {
  .lc-bc-value-block {
    padding: 1.55rem 1.65rem 1.55rem 1.75rem;
  }
}
@media (max-width: 575px) {
  .lc-bc-value-block {
    padding: 1.2rem 1.05rem 1.2rem 1.35rem;
  }
  .lc-bc-value-block__slogan {
    letter-spacing: 0.1em;
  }
}

.lc-bc-hero-figure {
  margin: 0;
  border-radius: var(--lc-radius);
  overflow: hidden;
  box-shadow: var(--lc-shadow);
  background: #ede8df;
}
.lc-bc-hero-figure__img {
  display: block;
  width: 100%;
  height: auto;
}
.lc-bc-hero-figure__cap {
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--lc-wood);
  background: linear-gradient(180deg, rgba(253, 252, 250, 0.98), #f5f1ea);
  border-top: 1px solid var(--lc-border);
}
.lc-bc-pillar {
  height: 100%;
  padding: 1.35rem 1.1rem 1.5rem;
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lc-bc-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(44, 36, 25, 0.1);
}
.lc-bc-pillar__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.35rem;
  color: var(--lc-primary);
  background: linear-gradient(145deg, rgba(200, 147, 59, 0.18), rgba(154, 107, 46, 0.1));
}
.lc-bc-pillar__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--lc-wood);
}
.lc-bc-pillar__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--lc-smoke);
}
.lc-bc-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--lc-smoke);
  line-height: 1.85;
}
.lc-bc-list li + li {
  margin-top: 0.35rem;
}
.lc-bc-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

/* ========== 合作加盟 · 合作模式页（原合作条件，政策长图栅格） ========== */
.lc-coop-conditions-page {
  padding-bottom: 2.5rem;
}
.lc-hztj-page-sub {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.35rem;
  line-height: 1.65;
}
.lc-coop-fluid-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--lc-radius);
  object-fit: contain;
  object-position: center top;
  background: #f7f4ee;
  box-shadow: var(--lc-shadow);
}
.lc-hztj-lead {
  max-width: 44rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--lc-smoke);
}
.lc-hztj-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  overflow: hidden;
}
.lc-hztj-card__head {
  padding: 0.85rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background: linear-gradient(110deg, #7a5520, #b8893e);
}
.lc-hztj-card__media {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.65rem;
  background: linear-gradient(180deg, #faf8f4, #f0ebe3);
}
.lc-hztj-card__media .lc-coop-fluid-img {
  box-shadow: none;
  background: transparent;
}
.lc-hztj-card__foot {
  margin: 0;
  padding: 0.85rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--lc-smoke);
  border-top: 1px solid var(--lc-border);
  background: #fdfcfa;
}
.lc-hztj-store {
  padding-top: 0.5rem;
}
.lc-hztj-wide-figure {
  margin: 0;
  border-radius: var(--lc-radius);
  overflow: hidden;
  background: #f0ebe3;
  box-shadow: var(--lc-shadow);
}
.lc-hztj-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.lc-hztj-checklist li {
  position: relative;
  padding-left: 1.1rem;
}
.lc-hztj-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lc-primary-light);
}

/* —— 品牌文化 / 合作模式页 进阶 UI —— */
.lc-bc-section-title {
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--lc-wood);
  margin-bottom: 0.35rem;
}
/* 品牌主张：主标题与三卡标题显著加大（置于通用规则之后，避免被覆盖） */
.lc-brand-culture-page .lc-bc-pillars .lc-bc-section-title {
  font-size: clamp(1.75rem, 4.8vw, 2.5rem);
  letter-spacing: 0.08em;
  line-height: 1.28;
}
.lc-brand-culture-page .lc-bc-pillars .lc-bc-pillar__title {
  font-size: clamp(1.38rem, 3.2vw, 1.9rem);
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.lc-bc-section-sub {
  max-width: 36rem;
}
.lc-bc-block-title {
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lc-wood);
  margin-bottom: 0.75rem;
}
.lc-bc-prose {
  line-height: 1.85;
  font-size: 0.98rem;
}
.lc-bc-etyma {
  padding: 2rem 1rem 2.25rem;
  border-radius: 12px;
  background:
    linear-gradient(165deg, rgba(255, 252, 246, 0.97), rgba(245, 238, 226, 0.92)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%239a6b2e' fill-opacity='0.04' d='M0 40h40v40H0z'/%3E%3C/svg%3E");
  border: 1px solid rgba(154, 107, 46, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 12px 40px rgba(44, 36, 25, 0.06);
}
.lc-bc-etyma-card {
  text-align: center;
  padding: 1.25rem 0.85rem 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  border: 1px solid rgba(44, 36, 25, 0.08);
  box-shadow: 0 4px 14px rgba(44, 36, 25, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lc-bc-etyma-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(44, 36, 25, 0.08);
}
.lc-bc-etyma-card__char {
  font-family: "Songti SC", "Noto Serif SC", serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--lc-wood);
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.lc-bc-etyma-card__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc-primary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}
.lc-bc-etyma-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--lc-smoke);
}
.lc-bc-photo-frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(44, 36, 25, 0.1);
  border: 1px solid var(--lc-border);
  background: #2a2218;
}
.lc-bc-photo-frame .lc-coop-fluid-img {
  box-shadow: none;
  border-radius: 0;
}
.lc-bc-photo-frame__cap {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #f5f0e6;
  background: linear-gradient(180deg, rgba(44, 36, 25, 0.92), #1f1914);
}
.lc-bc-btn-secondary {
  border: 2px solid #9a6b2e !important;
  color: #2c2419 !important;
  background: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.lc-bc-btn-secondary:hover,
.lc-bc-btn-secondary:focus {
  background: #9a6b2e !important;
  color: #fff !important;
  border-color: #9a6b2e !important;
}
.lc-bc-btn-secondary .icon-shopping-cart {
  margin-right: 0.4rem;
}
.lc-bc-stand {
  padding: 0.25rem;
}
.lc-bc-stand__inner {
  padding: 2rem 1.25rem 2.25rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffefb 0%, #f3ebe0 48%, #ebe2d4 100%);
  border: 1px solid rgba(154, 107, 46, 0.22);
  box-shadow: 0 14px 36px rgba(44, 36, 25, 0.07);
}
.lc-bc-stand__title {
  font-family: "Songti SC", "Noto Serif SC", serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--lc-wood);
  margin-bottom: 1.75rem;
}
.lc-bc-stand-item__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.35rem;
  color: #6b4a1a;
  background: radial-gradient(circle at 30% 25%, #fff 0%, #e8d9c4 55%, #d4bc9a 100%);
  border: 1px solid rgba(154, 107, 46, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.lc-bc-stand-item__name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lc-wood);
  margin-bottom: 0.35rem;
}
.lc-bc-stand-item__desc {
  margin: 0;
  font-size: 0.88rem;
  color: var(--lc-smoke);
  line-height: 1.65;
}
.lc-bc-gallery__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--lc-radius) var(--lc-radius) 0 0;
  object-fit: cover;
  aspect-ratio: 1200 / 420;
  max-height: 280px;
  background: #e8e2d8;
}
.lc-bc-gallery__cell {
  background: #fff;
  border-radius: var(--lc-radius);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(44, 36, 25, 0.08);
  border: 1px solid var(--lc-border);
}
.lc-bc-gallery__cap {
  padding: 0.55rem 0.75rem 0.7rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--lc-smoke);
  background: #fdfcfa;
  border-top: 1px solid var(--lc-border);
}
.lc-hztj-section-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9a6b2e;
  font-weight: 700;
  margin-bottom: 1rem;
}
.lc-hztj-wide-figure__cap {
  margin: 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--lc-smoke);
  background: #fdfcfa;
  border-top: 1px solid var(--lc-border);
}
.lc-hztj-process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .lc-hztj-process {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2rem;
  }
}
.lc-hztj-process__left {
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: linear-gradient(165deg, #ece8e2 0%, #ddd5c8 100%);
  border: 1px solid rgba(44, 36, 25, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lc-hztj-process__left-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--lc-wood);
  margin-bottom: 0.65rem;
  letter-spacing: 0.04em;
}
.lc-hztj-process__left-lead {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--lc-smoke);
  margin-bottom: 1rem;
}
.lc-hztj-process__left-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--lc-wood);
}
.lc-hztj-process__left-list li + li {
  margin-top: 0.35rem;
}
.lc-hztj-process__right {
  padding: 0.5rem 0;
}
.lc-hztj-process__steps-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 1rem;
  padding-left: 0.25rem;
  letter-spacing: 0.08em;
}
.lc-hztj-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lc-hztj-step {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(44, 36, 25, 0.12);
}
.lc-hztj-step:last-child {
  border-bottom: none;
}
.lc-hztj-step__num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #9a6b2e, #c8933b);
  margin-top: 0.15rem;
}
.lc-hztj-step__body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.lc-hztj-step__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.lc-hztj-step__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: #5a4a32;
  background: #fff;
  border: 1px solid var(--lc-border);
  box-shadow: 0 2px 8px rgba(44, 36, 25, 0.06);
}
.lc-hztj-step__head {
  display: block;
  font-size: 0.95rem;
  color: var(--lc-wood);
  letter-spacing: 0.02em;
}
.lc-hztj-step__text {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--lc-smoke);
}

/* —— 关于我们：全宽视觉 + 图文分栏 + Grid 密铺（解决两侧留白、半行空洞） —— */
.lc-about-page {
  overflow-x: clip;
}

/* 首屏：去掉 style.css 里 #our-services01 大段底留白，避免导语「漂在半空」 */
.lc-about-page #our-services01.lc-about-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.lc-about-page .lc-about-hero-banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  line-height: 0;
  box-shadow: 0 12px 40px rgba(44, 36, 25, 0.12);
}
/* 不再叠白色渐变，避免与横幅素材里已有渐变相加造成「人像被吃掉」 */
.lc-about-page .lc-about-hero-banner::after {
  display: none;
}
.lc-about-page .lc-about-hero-banner-img {
  width: 100%;
  max-height: min(56vh, 600px);
  min-height: 200px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.lc-about-page .lc-about-hero-copy {
  background: linear-gradient(180deg, #faf7f2 0%, #f1ebe2 100%);
  border-bottom: 1px solid rgba(44, 36, 25, 0.08);
  padding-block: 0.75rem 0.875rem;
}
@media (min-width: 768px) {
  .lc-about-page .lc-about-hero-copy {
    padding-block: 0.875rem 1rem;
  }
}

.lc-about-page .lc-about-hero-lead {
  display: grid;
  gap: 0.35rem 1.25rem;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .lc-about-page .lc-about-hero-lead {
    grid-template-columns: 6.75rem minmax(0, 1fr);
    align-items: start;
    text-align: left;
  }
}

.lc-about-page .lc-about-hero-lead__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--lc-primary);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lc-about-page .lc-about-hero-lead__eyebrow {
    padding-top: 0.4rem;
    border-top: 3px solid var(--lc-primary-light);
  }
}

.lc-about-page .lc-about-hero-lead__body p {
  margin: 0 0 0.3rem;
  font-size: clamp(1rem, 1.85vw, 1.2rem);
  line-height: 1.52;
  color: #4a4036;
  font-weight: 500;
}
.lc-about-page .lc-about-hero-lead__body p:last-child {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--lc-wood);
  letter-spacing: 0.02em;
}

.lc-about-page .lc-about-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lc-primary);
}
.lc-about-page .lc-about-lead-narrow {
  max-width: min(50rem, 100%);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lc-about-page .lc-about-lead-narrow {
    margin-inline: 0;
  }
}

.lc-about-story-band {
  background: linear-gradient(118deg, #fdfcfa 0%, #f4efe6 42%, #e8dfd2 100%);
  border-top: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
}
.lc-about-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: min(100%, 1320px);
  margin-inline: auto;
  padding: clamp(1.25rem, 3.5vw, 2.75rem) clamp(1rem, 3vw, 1.75rem);
  align-items: stretch;
}
@media (min-width: 992px) {
  .lc-about-story-grid {
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }
}
.lc-about-story-pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 0.25rem;
}
.lc-about-story-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--lc-wood);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.lc-about-story-text {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--lc-smoke);
  margin-bottom: 1rem;
}
.lc-about-pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lc-about-pill-list li {
  font-size: 0.8125rem;
  color: var(--lc-wood);
  padding: 0.45rem 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--lc-border);
  border-radius: 999px;
  border-left: 3px solid var(--lc-primary-light);
}
.lc-about-story-visual {
  margin: 0;
  position: relative;
}
.lc-about-story-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 38vw, 420px);
  max-height: min(52vh, 520px);
  object-fit: cover;
  object-position: center;
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  display: block;
}
.lc-about-story-visual figcaption {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--lc-smoke);
  margin-top: 0.5rem;
  padding-inline: 0.15rem;
}

.lc-about-workshop-band {
  background: var(--lc-paper);
  padding: clamp(0.75rem, 2vw, 1.25rem) 0 clamp(1.25rem, 3vw, 2rem);
}
.lc-about-workshop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
}
@media (min-width: 768px) {
  .lc-about-workshop-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.lc-about-workshop-card {
  position: relative;
}
.lc-about-workshop-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  display: block;
}
.lc-about-workshop-card figcaption {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--lc-smoke);
  margin-top: 0.45rem;
}
.lc-about-workshop-label {
  display: inline-block;
  font-weight: 700;
  color: var(--lc-wood);
  margin-right: 0.35rem;
}

.lc-about-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(10px, env(safe-area-inset-left, 0px));
  padding-right: max(10px, env(safe-area-inset-right, 0px));
}
.lc-about-photo-grid {
  display: grid;
  gap: 10px;
  max-width: 1680px;
  margin-inline: auto;
  padding-bottom: 0.35rem;
}
.lc-about-photo-grid--5 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lc-about-photo-grid--5 .lc-about-grid-cell:nth-child(1),
.lc-about-photo-grid--5 .lc-about-grid-cell:nth-child(2),
.lc-about-photo-grid--5 .lc-about-grid-cell:nth-child(3) {
  grid-column: span 2;
}
.lc-about-photo-grid--5 .lc-about-grid-cell:nth-child(4),
.lc-about-photo-grid--5 .lc-about-grid-cell:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .lc-about-photo-grid--5 {
    grid-template-columns: 1fr;
  }
  .lc-about-photo-grid--5 .lc-about-grid-cell {
    grid-column: span 1 !important;
  }
}

.lc-about-photo-grid--7 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.lc-about-photo-grid--7 .lc-about-grid-cell:nth-child(-n + 4) {
  grid-column: span 3;
}
.lc-about-photo-grid--7 .lc-about-grid-cell:nth-child(5),
.lc-about-photo-grid--7 .lc-about-grid-cell:nth-child(6),
.lc-about-photo-grid--7 .lc-about-grid-cell:nth-child(7) {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .lc-about-photo-grid--7 {
    grid-template-columns: 1fr;
  }
  .lc-about-photo-grid--7 .lc-about-grid-cell {
    grid-column: span 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lc-about-photo-grid--7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lc-about-photo-grid--7 .lc-about-grid-cell {
    grid-column: span 3 !important;
  }
}

/* 团队与品牌活动：7 图 + 1 寄语卡，桌面两行各 4 格（每格占 3/12 列） */
.lc-about-photo-grid--8 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.lc-about-photo-grid--8 .lc-about-grid-cell {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .lc-about-photo-grid--8 {
    grid-template-columns: 1fr;
  }
  .lc-about-photo-grid--8 .lc-about-grid-cell {
    grid-column: span 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lc-about-photo-grid--8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lc-about-photo-grid--8 .lc-about-grid-cell {
    grid-column: span 3 !important;
  }
}

.lc-about-grid-cell {
  min-width: 0;
}
.lc-about-grid-cell .lc-portfolio-stack {
  height: 100%;
  border-radius: var(--lc-radius);
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(44, 36, 25, 0.08);
}
.lc-about-photo-grid .single-portfolio img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  min-height: 180px;
}
.lc-about-grid-cell--accent .lc-about-accent-card {
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.25rem;
  border-radius: var(--lc-radius);
  background: linear-gradient(145deg, #2c2419 0%, #4a3d2e 48%, #6b5538 100%);
  color: #fdf8f0;
  text-align: center;
  box-shadow: var(--lc-shadow);
  border: 1px solid rgba(201, 147, 59, 0.35);
}
.lc-about-accent-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--lc-primary-light);
  margin-bottom: 0.65rem;
}
.lc-about-accent-quote {
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}
.lc-about-accent-note {
  font-size: 0.75rem;
  line-height: 1.55;
  opacity: 0.88;
  margin: 0;
}

.lc-about-subdeck {
  max-width: 40rem;
}
.lc-about-portfolio--prod {
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}
.lc-about-portfolio--culture {
  background: var(--lc-cream);
  border-top: 1px solid var(--lc-border);
}
.lc-portfolio-stack {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}
.lc-portfolio-caption {
  margin: 0;
  padding: 0.55rem 0.75rem 0.65rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--lc-smoke);
  text-align: center;
  background: linear-gradient(180deg, #faf8f4 0%, #f2ede4 100%);
  border-top: 1px solid var(--lc-border);
}
.lc-about-portfolio .single-portfolio .portfolio-content h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 0 0.5rem;
}

/* —— 企业荣誉：主题分块（替代与图片不符的「年份奖项」假标签） —— */
.lc-rongy-page .lc-rongy-section {
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid var(--lc-border);
}
.lc-rongy-page .lc-rongy-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.lc-rongy-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lc-wood);
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}
.lc-rongy-page #our-team .card.ronguy2 {
  margin-left: 0;
  box-shadow: var(--lc-shadow);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
}
.lc-rongy-page .team-details h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
#our-team.lc-rongy-page {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
