/* ============================================================
   品牌质感打磨 · 2026-08
   1) 标题改用思源宋体（自托管，按字形子集加载）
   2) 正文排版留白微调
   3) 首页隐藏重复页面标题（Hero 大标题作为唯一 H1）
   4) 移动端 CTA 线性图标
   5) 首页首屏效果图大背景 + 实景案例主图
   ============================================================ */

/* 首屏：纯文字 + 充裕留白（简约大气，不用背景图） */
.landing-hero {
  position: relative;
}
.landing-hero .hero-kicker { color: #b08968; }
.landing-hero h1 { color: #2b2622; }
.landing-hero .hero-sub { color: #7a7268; }

/* 实景案例主图 */
.case-feature { text-align: center; margin: 0 0 28px; }
.case-feature img {
  max-width: 880px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(43, 38, 34, .12);
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title,
.widget-title,
.section-title {
  font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'SimSun', serif;
}

/* 正文阅读节奏 */
.entry-content { font-size: 17px; line-height: 1.9; }
.entry-content p { margin-bottom: 1.1em; }
.entry-content h2 { margin-top: 2.2em; margin-bottom: .7em; font-size: 1.55em; }
.entry-content h3 { margin-top: 1.6em; font-size: 1.22em; }

/* 首页：隐藏主题自带的「首页」页面标题（Hero 已是唯一 H1） */
body.home .hero-section h1.page-title,
body.home h1.page-title { display: none; }
body.home .hero-section .entry-header { display: none; }
body.home .hero-section { padding: 0; }

/* ============================================================
   移动端横向滑动菜单条（吸顶 + 右侧渐隐遮罩）
   ============================================================ */
.mobile-scroll-nav { display: none; }
@media (max-width: 768px) {
  .mobile-scroll-nav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 9990;
    background: #faf8f5;
    border-bottom: 1px solid #ece6dd;
  }
  /* 右侧渐隐遮罩：暗示「后面还有，可以滑动」 */
  .mobile-scroll-nav::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46px;
    background: linear-gradient(to right, rgba(250, 248, 245, 0), #faf8f5);
    pointer-events: none;
  }
  .mobile-scroll-nav ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 4px 10px;
    list-style: none;
    gap: 2px;
  }
  .mobile-scroll-nav ul::-webkit-scrollbar { display: none; }
  .mobile-scroll-nav li { flex: 0 0 auto; }
  .mobile-scroll-nav a {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 15px;
    color: #2b2622;
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }
  .mobile-scroll-nav a:active { color: #8f6d4f; }
  .mobile-scroll-nav li.current a {
    color: #8f6d4f;
    border-bottom-color: #b08968;
    font-weight: 600;
  }
}

/* 主菜单瘦身：关于我 / 设计学习 / 设计服务移入页脚（桌面与移动端统一生效） */
li.page-item-7,
li.page-item-41,
li.page-item-50 { display: none; }

/* 首页「这里有什么」卡片：整卡可点击 */
a.card {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* 「为什么选我们」：2×2 卡片 */
.cards.why { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 768px) {
  .cards.why { grid-template-columns: 1fr; }
}

/* 实景案例胶囊条 */
.case-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 36px;
}
.case-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ece6dd;
  border-radius: 999px;
  padding: 10px 12px 10px 18px;
  font-size: 14px;
  color: #2b2622;
}
.case-item .status {
  font-size: 12px;
  color: #fff;
  background: #b08968;
  border-radius: 999px;
  padding: 2px 10px;
  line-height: 1.5;
}
.case-item .status.ongoing { background: #a49b8d; }

/* ghost 按钮描边改用主题棕（清晰、不显白框） */
.hero-btn.ghost {
  border: 1px solid #b08968;
  color: #8f6d4f !important;
}

/* 设计对比表（设计服务页） */
.design-compare {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 24px;
  font-size: 15px;
}
.design-compare th, .design-compare td {
  padding: 10px 12px;
  border: 1px solid #ece6dd;
  text-align: left;
  vertical-align: top;
}
.design-compare th { background: #f6f1ea; font-weight: 600; }
.design-compare td:first-child { white-space: nowrap; font-weight: 600; }
.design-compare td:last-child { color: #8f6d4f; }
@media (max-width: 768px) {
  .design-compare { font-size: 13px; }
  .design-compare th, .design-compare td { padding: 8px 6px; }
}

/* 首页「最新文章」列表 */
.alu-latest {
  text-align: left;
  max-width: 640px;
  margin: 0 auto 32px;
}
.alu-latest ul { list-style: none; margin: 0; padding: 0; }
.alu-latest li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px;
  border-bottom: 1px dashed rgba(236, 230, 221, .8);
}
.alu-latest li:first-child { border-top: 1px dashed rgba(236, 230, 221, .8); }
.alu-latest a {
  flex: 1;
  color: #2b2622;
  text-decoration: none;
  font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'SimSun', serif;
  font-size: 17px;
  line-height: 1.6;
}
.alu-latest a:hover { color: #b08968; }
.alu-latest .date {
  color: #6b635a;
  font-size: 13px;
  white-space: nowrap;
}

/* 首页按钮：去掉外框（显式无边框 + 消除点击后的焦点白圈） */
.hero-btn {
  border: none;
  outline: none;
}
.hero-btn:focus,
.hero-btn:focus-visible {
  outline: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}

/* 页脚次级导航 */
.alu-footer-nav {
  text-align: center;
  padding: 12px 0 4px;
  font-size: 13px;
  background: #fafafa;
}
.alu-footer-nav a {
  color: #7a7268;
  text-decoration: none;
  margin: 0 12px;
  display: inline-block;
  padding: 4px 0;
}
.alu-footer-nav a:hover { color: #b08968; }

/* ============================================================
   简约大气视觉升级 · 2026-08
   原则：留白充裕、字号沉稳、边框极淡、动效克制、用色节制
   注：用 body / .entry-content 前缀提高优先级，覆盖 post-27 基础样式
   ============================================================ */

/* —— 全局呼吸感 —— */
body { letter-spacing: .01em; -webkit-font-smoothing: antialiased; }
body .entry-content { line-height: 2; font-size: 17px; }
body .section { padding: 96px 24px; }
body .section-title {
  font-size: 34px;
  letter-spacing: .04em;
  margin-bottom: 14px;
  font-weight: 600;
}
body .section-lead {
  font-size: 16px;
  letter-spacing: .02em;
  margin: 0 0 56px !important;
  color: #7a7268;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* —— 卡片：去重影、淡边框、缓动效 —— */
body .card {
  border: 1px solid rgba(236, 230, 221, .5);
  box-shadow: none;
  transition: box-shadow .35s ease, transform .35s ease;
  padding: 36px 30px;
}
body .card:hover {
  box-shadow: 0 24px 56px rgba(43, 38, 34, .06);
  transform: translateY(-3px);
}
body .card h3 { font-size: 19px; letter-spacing: .02em; margin-bottom: 14px; font-weight: 600; }
body .card p { font-size: 14.5px; line-height: 1.75; color: #6b635a; }
body .card-icon { font-size: 28px; margin-bottom: 16px; opacity: .85; }

/* —— 按钮：柔和圆角、沉稳字重 —— */
body .hero-btn {
  border-radius: 6px;
  padding: 14px 34px;
  font-size: 15px;
  letter-spacing: .03em;
  font-weight: 500;
  transition: all .25s ease;
}
body .hero-btn:hover { transform: translateY(-2px); }

/* —— Hero 文字层级放大 —— */
body .landing-hero { padding: 128px 24px 104px; }
body .landing-hero h1 {
  font-size: 46px;
  letter-spacing: .025em;
  line-height: 1.28;
  margin-bottom: 22px;
}
body .hero-sub { font-size: 17px; letter-spacing: .02em; line-height: 1.7; }
body .hero-kicker {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* —— 最新文章列表更舒展 —— */
body .alu-latest li { padding: 20px 2px; }
body .alu-latest a { font-size: 18px; letter-spacing: .01em; }
body .alu-latest .date { font-size: 13px; letter-spacing: .02em; }

/* —— 案例胶囊条精致化 —— */
body .case-item {
  border-color: rgba(236, 230, 221, .45);
  padding: 12px 16px 12px 22px;
  font-size: 14px;
  letter-spacing: .01em;
}
body .case-item .status {
  font-size: 11px;
  letter-spacing: .04em;
  padding: 3px 11px;
  font-weight: 500;
}

/* —— 移动端滑动菜单 —— */
@media (max-width: 768px) {
  body .section { padding: 56px 18px; }
  body .landing-hero { padding: 80px 18px 64px; }
  body .landing-hero h1 { font-size: 30px; letter-spacing: .02em; }
  body .hero-sub { font-size: 15px; }
  body .section-title { font-size: 24px; letter-spacing: .03em; }
  body .section-lead { font-size: 14px; margin-bottom: 36px; }
  body .card { padding: 28px 22px; }
  body .cards.why { grid-template-columns: 1fr; gap: 16px; }
  body .mobile-scroll-nav a { font-size: 15px; letter-spacing: .02em; padding: 12px 14px; }
  body .alu-latest a { font-size: 16px; }
}

/* —— 页脚次级导航 —— */
body .alu-footer-nav { font-size: 13px; letter-spacing: .02em; padding: 18px 0 8px; }
body .alu-footer-nav a { margin: 0 18px; }

/* —— 卡片图标：统一线形 SVG —— */
body .card-icon { color: #b08968; opacity: 1; margin-bottom: 18px; line-height: 0; }
body .card-icon svg { width: 30px; height: 30px; display: block; }

/* —— 手机端按钮：并排 + 收窄高度 —— */
@media (max-width: 768px) {
  body .hero-actions { display: flex; gap: 10px; }
  body .hero-actions .hero-btn {
    flex: 1 1 0;
    width: auto;
    margin: 0;
    padding: 12px 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* —— 实景案例页：居中容器 + 占位状态 —— */
.cases-wrap {
  max-width: 1290px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}
.cases-intro {
  color: #7a7268;
  font-size: 16px;
  letter-spacing: .02em;
  margin: 0 0 44px;
}
.cases-note {
  color: #9a9189;
  font-size: 14px;
  margin-top: 36px;
}
.case-grid { text-align: left; }
.case-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-img::after {
  content: '实景待更新';
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  letter-spacing: .12em;
}

/* ============================================================
   去单调改造 · 2026-08
   1) 数据条分隔线+大数字+暖色带  2) 卡片图标圆底+轻投影+层级
   3) 区块背景交替  4) 首屏暖光晕+标题分层  5) 区块英文小标签
   ============================================================ */

/* 1) 数据条 */
body .stats-bar {
  background: linear-gradient(180deg, #f6f1ea 0%, #faf8f5 100%);
  padding: 40px 16px 44px;
}
body .stat { position: relative; padding: 0 30px; }
body .stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 40px;
  background: rgba(176, 137, 104, .28);
}
body .stat strong { font-size: 38px; letter-spacing: .01em; }
body .stat span { display: block; margin-top: 8px; font-size: 13px; letter-spacing: .04em; }

/* 2) 卡片：图标圆底 + 轻投影 + 文字层级 */
body .card {
  box-shadow: 0 4px 24px rgba(43, 38, 34, .045);
  transition: box-shadow .3s ease, transform .3s ease;
}
body .card:hover { box-shadow: 0 20px 48px rgba(43, 38, 34, .1); }
body .card-icon {
  width: 56px; height: 56px;
  background: rgba(176, 137, 104, .1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
body .card-icon svg { width: 26px; height: 26px; }
body .card h3 { font-weight: 600; color: #2b2622; }
body .card p { color: #8a8177; }

/* 3) 区块背景交替（暖米色带铺满全宽，内容仍居中） */
body .sec-gongdi, body .sec-about {
  background: #f6f1ea;
  max-width: none;
  width: 100%;
  padding-left: max(24px, calc((100% - 1120px) / 2));
  padding-right: max(24px, calc((100% - 1120px) / 2));
}

/* 4) 首屏暖色径向光晕 + 标题两行大小对比 */
body .landing-hero {
  background: radial-gradient(ellipse 75% 55% at 50% 32%, rgba(176, 137, 104, .12) 0%, rgba(250, 248, 245, 0) 72%);
}
body .landing-hero .h1-a { font-size: 52px; font-weight: 600; line-height: 1.25; }
body .landing-hero .h1-b {
  display: inline-block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 400;
  color: #8a7d6e;
  letter-spacing: .12em;
}

/* 5) 区块英文小标签（替代原装饰短线，更精致） */
body .section-title::after { display: none; }
body .sec-kicker {
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #b08968;
  font-weight: 500;
  margin: 0 0 16px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  body .stat { padding: 0 16px; }
  body .stat strong { font-size: 28px; }
  body .stat:not(:last-child)::after { height: 32px; }
  body .landing-hero .h1-a { font-size: 32px; }
  body .landing-hero .h1-b { font-size: 18px; letter-spacing: .08em; }
  body .sec-gongdi, body .sec-about {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ============================================================
   关于我 · 单栏居中 + 要点卡片（身份/服务/合作/联系）
   ============================================================ */
body .sec-about .section-lead { margin-bottom: 44px !important; }
body .about-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto 44px;
}
body .about-point {
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(236, 230, 221, .65);
  border-radius: 12px;
  padding: 30px 18px 26px;
  text-align: center;
  transition: box-shadow .3s ease, transform .3s ease;
}
body .about-point:hover {
  box-shadow: 0 16px 40px rgba(43, 38, 34, .06);
  transform: translateY(-2px);
}
body .about-point .card-icon {
  width: 48px; height: 48px;
  margin: 0 auto 14px;
}
body .about-point .card-icon svg { width: 22px; height: 22px; }
body .about-point h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2b2622;
  letter-spacing: .02em;
  margin-bottom: 8px;
}
body .about-point p { font-size: 13.5px; line-height: 1.7; color: #6b635a; }
body .sec-about .about-cta {
  margin: 0 0 26px;
  font-size: 15.5px;
  letter-spacing: .02em;
}
body .sec-about .about-cta strong { color: #2b2622; font-weight: 600; }

@media (max-width: 768px) {
  body .about-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 36px;
  }
  body .about-point { padding: 22px 10px 20px; }
  body .about-point .card-icon { width: 42px; height: 42px; margin-bottom: 10px; }
  body .about-point h3 { font-size: 15px; margin-bottom: 6px; }
  body .about-point p { font-size: 12.5px; }
  body .sec-about .about-cta { font-size: 14px; }
}

/* ============================================================
   关于我页面 · 卡片化排版（三件事 + 联系信息）
   ============================================================ */
body .about-wrap { max-width: 880px; margin: 0 auto; }
body .about-intro { font-size: 18px; line-height: 2; color: #2b2622; }
body .about-sub {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #2b2622;
  margin: 56px 0 22px;
  padding-top: 48px;
  border-top: 1px solid rgba(236, 230, 221, .6);
}
body .about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body .about-card {
  display: block;
  background: #f6f1ea;
  border: 1px solid rgba(236, 230, 221, .7);
  border-radius: 12px;
  padding: 28px 22px 24px;
  text-decoration: none;
  transition: box-shadow .3s ease, transform .3s ease;
}
body .about-card:hover {
  box-shadow: 0 16px 40px rgba(43, 38, 34, .06);
  transform: translateY(-2px);
}
body .about-card .card-icon { margin-bottom: 14px; }
body .about-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #2b2622;
  letter-spacing: .02em;
  margin-bottom: 8px;
}
body .about-card p { font-size: 13.5px; line-height: 1.75; color: #6b635a; margin: 0; }
body .about-note { color: #7a7268; font-size: 15px; margin: 28px 0 0; }
body .about-lead { color: #7a7268; margin-bottom: 8px; }
body .about-wrap .contact-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0 8px;
}
body .about-wrap .cta-btn { margin: 0; }
body .about-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
body .about-info .info-item {
  background: #faf8f5;
  border: 1px solid rgba(236, 230, 221, .6);
  border-radius: 12px;
  padding: 22px 20px;
}
body .about-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #b08968;
  letter-spacing: .02em;
  margin-bottom: 8px;
}
body .about-info p { font-size: 13.5px; line-height: 1.75; color: #6b635a; margin: 0; }
body .about-info a { font-weight: 600; }
body .about-footnote { color: #9a9189; font-size: 13.5px; margin-top: 22px; }

@media (max-width: 768px) {
  body .about-cards, body .about-info, body .about-wrap .contact-ctas { grid-template-columns: 1fr; }
  body .about-sub { margin-top: 40px; padding-top: 36px; }
  body .about-intro { font-size: 16px; }
}

/* ============================================================
   首页去广告化：最新文章区 + 案例参观引导
   ============================================================ */
body .sec-posts .section-lead { color: #5f574e; }

/* 首屏文字链接：低调入口，替代按钮 */
body .hero-links { margin-top: 28px; }
body .hero-links a {
  display: inline-block;
  margin: 0 14px;
  font-size: 16px;
  color: #2b2622;
  letter-spacing: .02em;
  text-decoration: none;
  border-bottom: 1px solid #b08968;
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
body .hero-links a:hover { color: #b08968; border-color: #b08968; }
body .sec-posts .alu-latest { max-width: 620px; margin: 0 auto; text-align: left; }
body .sec-posts .alu-latest li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 18px 2px;
  border-bottom: 1px dashed rgba(236, 230, 221, .8);
}
body .sec-posts .alu-latest li:last-child { border-bottom: none; }
body .sec-posts .alu-latest .date { color: #6b635a; flex-shrink: 0; margin-left: 16px; }
body .sec-posts .hero-actions { margin-top: 30px; }
body .cases-tip { color: #9a9189; font-size: 14px; margin: 18px 0 0; letter-spacing: .02em; }
body .cases-tip a { font-weight: 600; }

@media (max-width: 480px) {
  body .sec-posts .alu-latest li { flex-direction: column; align-items: flex-start; gap: 4px; }
  body .sec-posts .alu-latest .date { margin-left: 0; }
}
